diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 19:41:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-27 19:41:47 +0100 |
commit | 05afd87b231fd16f7aa0cfbbe9fdedda751e2b5f (patch) | |
tree | 658f28c5766ef659805dbc60a571bba4e6f2e545 /extra/libcap/Pkgfile | |
parent | f953624ec9c7ba3737d9d8981488e2895b2afc65 (diff) | |
download | nutyx-pakxe-05afd87b231fd16f7aa0cfbbe9fdedda751e2b5f.tar.gz nutyx-pakxe-05afd87b231fd16f7aa0cfbbe9fdedda751e2b5f.tar.bz2 nutyx-pakxe-05afd87b231fd16f7aa0cfbbe9fdedda751e2b5f.tar.xz nutyx-pakxe-05afd87b231fd16f7aa0cfbbe9fdedda751e2b5f.zip |
libcap, maj 2.20-1
Diffstat (limited to 'extra/libcap/Pkgfile')
-rwxr-xr-x | extra/libcap/Pkgfile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/extra/libcap/Pkgfile b/extra/libcap/Pkgfile index 686d8a0a0..590893ac2 100755 --- a/extra/libcap/Pkgfile +++ b/extra/libcap/Pkgfile @@ -2,28 +2,17 @@ # URL: http://www.kernel.org/pub/linux/libs/security/linux-privs/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libattr, linux-pam +# Depends on: libattr # Run on: libattr name=libcap -version=2.16 +version=2.20 release=1 -source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$version.tar.bz2\ - http://nutyx.meticul.eu/files/patchs/$name/{$name-$version-makefile.patch,$name-$version-drop-linux-workarounds.patch}) +source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$version.tar.bz2) build() { cd $name-$version - patch -p0 -i $SRC/$name-$version-makefile.patch - patch -p0 -i $SRC/$name-$version-drop-linux-workarounds.patch make - make \ - INCDIR=$PKG/usr/include \ - LIBDIR=$PKG/usr/lib \ - SBINDIR=$PKG/usr/sbin \ - MANDIR=$PKG/usr/share/man install - - # man8 is empty, cap{set,get}(2) come from core/man-pages - rm -rf $PKG/usr/share/man/man{2,8} - + make prefix=/usr DESTDIR=$PKG LIBDIR=$PKG/usr/lib RAISE_SETFCAP=no install } |