summaryrefslogtreecommitdiffstats
path: root/base/libcap/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-09 20:00:58 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-09 20:00:58 +0100
commit390d2d6413876f2d152c997286f3bac0e710ebcb (patch)
tree073d4e3040cf5336319ad89763e123e0334b6412 /base/libcap/Pkgfile
parentf0f786db8e935e177e97783a0814ceecba02c1a8 (diff)
downloadnutyx-pakxe-390d2d6413876f2d152c997286f3bac0e710ebcb.tar.gz
nutyx-pakxe-390d2d6413876f2d152c997286f3bac0e710ebcb.tar.bz2
nutyx-pakxe-390d2d6413876f2d152c997286f3bac0e710ebcb.tar.xz
nutyx-pakxe-390d2d6413876f2d152c997286f3bac0e710ebcb.zip
libcap, pas de dépendances
Diffstat (limited to 'base/libcap/Pkgfile')
-rwxr-xr-xbase/libcap/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/base/libcap/Pkgfile b/base/libcap/Pkgfile
new file mode 100755
index 000000000..d0c96a4a2
--- /dev/null
+++ b/base/libcap/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Librairie posix 1003.1e version 2
+# URL: http://www.kernel.org/pub/linux/libs/security/linux-privs/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libcap
+version=2.20
+release=1
+source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ make
+ make prefix=/usr DESTDIR=$PKG LIBDIR=$PKG/usr/lib RAISE_SETFCAP=no install
+}
+