CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kbd: updated source
[crossrootfs.git] / findutils / Pkgfile
index bd74a911ceda32b101e61236dc3718a86c93bca7..48bad5b2ef9ca06241288fc065ea744845e46319 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on:
 
 name=findutils
-version=4.4.2
+version=4.6.0
 release=1
-source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
@@ -20,11 +20,10 @@ EOF
               --host=$CTARGET \
               --prefix=/usr \
               --disable-nls \
-              --mandir=/usr/man \
               --cache-file=config.cache
   make
   make DESTDIR=$PKG install
   rm $PKG/usr/bin/{updatedb,locate}
-  rm $PKG/usr/man/man1/{updatedb.1,locate.1}
-  rm -r $PKG/usr/{libexec,share,var,man/man5}
+  rm $PKG/usr/share/man/man1/{updatedb.1,locate.1}
+  rm -r $PKG/usr/{libexec,var,share/{info,man/man5}}
 }