X-Git-Url: http://gitweb/?a=blobdiff_plain;f=groff%2FPkgfile;h=229b904cfbf7c63acd82e44d57b00f1794c21bd1;hb=26da711fe39c6f279181f96a8322f182d62a7358;hp=b9b016376e5365b8d7ae26545330042f47fd8ffc;hpb=8d18a8723f7ce26df97c0cd9bdeff7571626268f;p=crossrootfs.git diff --git a/groff/Pkgfile b/groff/Pkgfile index b9b0163..229b904 100644 --- a/groff/Pkgfile +++ b/groff/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=groff -version=1.22.2 +version=1.22.3 release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) @@ -18,7 +18,6 @@ EOF ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --without-x \ --cache-file=config.cache popd @@ -35,17 +34,20 @@ EOF ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --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