X-Git-Url: http://gitweb/?a=blobdiff_plain;f=groff%2FPkgfile;h=229b904cfbf7c63acd82e44d57b00f1794c21bd1;hb=refs%2Fheads%2F3.3;hp=5c63932f4cce69d09ecd6273d6f4de4413c313ac;hpb=1c5a214bf85635664a2e3989098b0ac6229ab629;p=crossrootfs.git diff --git a/groff/Pkgfile b/groff/Pkgfile index 5c63932..229b904 100644 --- a/groff/Pkgfile +++ b/groff/Pkgfile @@ -1,27 +1,53 @@ # Description: The GNU troff text-formatting system # URL: http://www.gnu.org/software/groff/groff.html # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=groff -version=1.20.1 -release=1 +version=1.22.3 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version - touch doc/gnu.eps + cat > config.cache << EOF +ac_try_echo=yes +EOF + pushd src/libs/gnulib + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --without-x \ + --cache-file=config.cache + popd + + # we install only the Base14 and EURO pdf fonts + # and don't lookup for fonts in the filesystem + # https://savannah.gnu.org/bugs/?38029 + sed -r -e '/^EURO\|/s/N/Y/' \ + -e '/^[A-Z]+\|N/d' \ + -e '/\(gs\)/d' \ + -i font/devpdf/Foundry.in + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ - --without-x + --without-x \ + --cache-file=config.cache + make TROFFBIN=troff GROFFBIN=groff GROFF_BIN_PATH= make DESTDIR=$PKG install + sed -e 's|^\(papersize\).*|\1 /etc/papersize|' \ + -i $PKG/usr/share/groff/current/font/*/DESC + + install -d $PKG/etc + echo 'letter' > $PKG/etc/papersize + rm -rf $PKG/usr/share/{info,doc} + ln -sf eqn $PKG/usr/bin/geqn ln -sf tbl $PKG/usr/bin/gtbl ln -sf soelim $PKG/usr/bin/zsoelim