CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rsync: updated source
[crossrootfs.git] / acl / Pkgfile
index 1313dfa749d5a404b8a3006a50a4945dad305974..db2d6779ac78755961f119c8bb5be3890990bc6c 100644 (file)
@@ -6,7 +6,7 @@
 
 name=acl
 version=2.2.52
-release=1
+release=2
 source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz)
 
 build() {
@@ -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}
 }