X-Git-Url: http://gitweb/?a=blobdiff_plain;f=groff%2FPkgfile;h=7d8fd6dff84f0e7e6a80a91456d2597eb2bfd545;hb=a0ec1e5aa7f3e31463aa9840e03888116f56b8e9;hp=f11fdd1af1662c0eb7d5038230b10d0a4c16062f;hpb=541ff6174c843185527cccb0c6483df41c71bd60;p=crossrootfs.git diff --git a/groff/Pkgfile b/groff/Pkgfile index f11fdd1..7d8fd6d 100644 --- a/groff/Pkgfile +++ b/groff/Pkgfile @@ -1,23 +1,33 @@ # 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 Team, 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 +version=1.21 release=1 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 \ + --mandir=/usr/man \ + --without-x \ + --cache-file=config.cache + popd ./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