CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated to 4.5
[crossrootfs.git] / man-db / Pkgfile
index 5b17af1b6f632a37548314da541f77c02461f546..154ffbf9f1c2757562649b8aef274c33df7a42b9 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libpipeline
 
 name=man-db
-version=2.7.5
+version=2.8.3
 release=1
 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \
         mandb.cron)
@@ -13,19 +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 \
               --libexecdir=/usr/lib/$name \
               --disable-setuid \
+              --disable-cache-owner \
               --disable-nls
 
   make
   make DESTDIR=$PKG install
 
+  rm -r $PKG/usr/share/doc
   rm -r $PKG/usr/lib/tmpfiles.d
 
   install -d $PKG/var/cache/man