X-Git-Url: http://gitweb/?a=blobdiff_plain;f=groff%2FPkgfile;h=7d8fd6dff84f0e7e6a80a91456d2597eb2bfd545;hb=c2b30fb83694e5ee01404f52eacaf7b3f3eaa3c8;hp=93d58a037b37f897ae97543fce65450958bb9138;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/groff/Pkgfile b/groff/Pkgfile index 93d58a0..7d8fd6d 100644 --- a/groff/Pkgfile +++ b/groff/Pkgfile @@ -5,19 +5,29 @@ # 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