CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated with j_v patch to avoid host pam build
[crossrootfs.git] / libcap / Pkgfile
index ac9a266f5529fa0a9c2ab7db6b4c0ab414fc7d8b..8a1037f18d13631815fe1d1fa8e6981793e0f966 100644 (file)
@@ -1,20 +1,21 @@
 # Description: POSIX.1e capabilities library
-# URL:         http://sites.google.com/site/fullycapable/
-# Maintainer:  CRUX System Team, core-ports at crux dot nu
-# Depends on:  attr
+# URL: http://sites.google.com/site/fullycapable/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: attr
 
 name=libcap
-version=2.22
-release=1
-source=(http://crux.s3.amazonaws.com/dist/libcap-$version.tar.bz2)
+version=2.24
+release=2
+source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/$name-$version.tar.xz)
 
 build () {
   cd libcap-$version
 
   sed -i "/^CFLAGS/s/-O2/$CFLAGS/" Make.Rules 
 
-  make CC="$CC" BUILD_CC="gcc" BUILD_CFLAGS="-O2 -pipe"
-  make RAISE_SETFCAP=no DESTDIR=$PKG man_prefix=/usr install
+  make CC="$CC" BUILD_CC="gcc" BUILD_CFLAGS="-O2 -pipe" PAM_CAP=no
+  make RAISE_SETFCAP=no PAM_CAP=no DESTDIR=$PKG man_prefix=/usr/share install
 
   install -d $PKG/usr/lib
   mv $PKG/lib/libcap.a $PKG/usr/lib