X-Git-Url: http://gitweb/?a=blobdiff_plain;f=man-db%2FPkgfile;h=2f32b255a3faac9c53545ba7f2feb45b1b65a055;hb=ceaaca5de19569dfd51bccde4abf3205e16332ff;hp=6fb2a84d97e8331ce4937ec51c488e1bda177b98;hpb=2f2aa78b13214dc5474af7ad8b389155baadf37c;p=crossrootfs.git diff --git a/man-db/Pkgfile b/man-db/Pkgfile index 6fb2a84..2f32b25 100644 --- a/man-db/Pkgfile +++ b/man-db/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libpipeline name=man-db -version=2.6.7 +version=2.7.6 release=1 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \ mandb.cron) @@ -13,27 +13,21 @@ source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \ build() { cd $name-$version - export libpipeline_CFLAGS="$CFLAGSi -I$CLFS/usr/include" - export libpipeline_LIBS="$LIBS -L$CLFS/urs/lib -lpipeline" + export libpipeline_CFLAGS="$CFLAGS -I$CLFS/usr/include" + export libpipeline_LIBS="$LIBS -L$CLFS/usr/lib -lpipeline" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --libexecdir=/usr/lib/$name \ --disable-setuid \ --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share - # zsoelim conflicts with groff - rm $PKG/usr/bin/zsoelim \ - $PKG/usr/man/man1/zsoelim.1 + rm -r $PKG/usr/lib/tmpfiles.d - mkdir -p $PKG/var/cache/man - - install -D -o root -g root -m 0755 $SRC/mandb.cron \ - $PKG/etc/cron/daily/mandb + install -d $PKG/var/cache/man + install -D -o root -g root -m 0755 $SRC/mandb.cron $PKG/etc/cron/daily/mandb }