1 # Description: The GNU troff text-formatting system
2 # URL: http://www.gnu.org/software/groff/groff.html
3 # Maintainer: CRUX System Team, core-ports at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
10 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
14 cat > config.cache << EOF
18 ./configure --build=$CHOST \
23 --cache-file=config.cache
25 ./configure --build=$CHOST \
30 --cache-file=config.cache
31 make TROFFBIN=troff GROFFBIN=groff GROFF_BIN_PATH=
32 make DESTDIR=$PKG install
34 rm -rf $PKG/usr/share/{info,doc}
35 ln -sf eqn $PKG/usr/bin/geqn
36 ln -sf tbl $PKG/usr/bin/gtbl
37 ln -sf soelim $PKG/usr/bin/zsoelim