CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rsync: updated source
[crossrootfs.git] / acl / Pkgfile
index ee8fe617a0143638b5a0791fcb0e0211e0ecbb2d..db2d6779ac78755961f119c8bb5be3890990bc6c 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: attr
 
 name=acl
-version=2.2.51
-release=1
-source=(http://mirrors.zerg.biz/nongnu/$name/$name-$version.src.tar.gz)
+version=2.2.52
+release=2
+source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz)
 
 build() {
   cd $name-$version
@@ -19,8 +19,7 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --bindir=/bin \
-              --libexecdir=/usr/lib \
-              --mandir=/usr/man 
+              --libexecdir=/usr/lib
 
   make
   make DIST_ROOT=$PKG install install-lib install-dev 
@@ -30,5 +29,5 @@ build() {
   rm $PKG/usr/lib/libacl.so
   ln -s ../../lib/libacl.so.1.1.0 $PKG/usr/lib/libacl.so
 
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/{doc,locale}
 }