summaryrefslogtreecommitdiffstats
path: root/package/libcap-ng
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@open-nandra.com>2012-03-23 01:51:34 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-04 21:57:47 +0200
commitdefa173e08a34723f7a168ea4b76b10578591d6c (patch)
tree6c1d24581694673c48896862dc78361ddcaf3141 /package/libcap-ng
parent4fbff28b990276c9a37d04b4e1ab947f10b87ea4 (diff)
downloadbuildroot-novena-defa173e08a34723f7a168ea4b76b10578591d6c.tar.gz
buildroot-novena-defa173e08a34723f7a168ea4b76b10578591d6c.zip
Add libcap-ng package.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libcap-ng')
-rw-r--r--package/libcap-ng/Config.in10
-rw-r--r--package/libcap-ng/libcap-ng.mk12
2 files changed, 22 insertions, 0 deletions
diff --git a/package/libcap-ng/Config.in b/package/libcap-ng/Config.in
new file mode 100644
index 000000000..d1663cdef
--- /dev/null
+++ b/package/libcap-ng/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBCAP_NG
+ bool "libcap-ng"
+ help
+ The libcap-ng library is intended to make programming with
+ posix capabilities much easier than the traditional libcap
+ library. It includes utilities that can analyse all currently
+ running applications and print out any capabilities and whether
+ or not it has an open ended bounding set.
+
+ http://people.redhat.com/sgrubb/libcap-ng/
diff --git a/package/libcap-ng/libcap-ng.mk b/package/libcap-ng/libcap-ng.mk
new file mode 100644
index 000000000..6ea5de4dc
--- /dev/null
+++ b/package/libcap-ng/libcap-ng.mk
@@ -0,0 +1,12 @@
+#############################################################
+#
+# libcap-ng
+#
+#############################################################
+
+LIBCAP_NG_VERSION = 0.6.6
+LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng/
+LIBCAP_NG_SOURCE = libcap-ng-$(LIBCAP_NG_VERSION).tar.gz
+LIBCAP_NG_INSTALL_STAGING = YES
+
+$(eval $(call AUTOTARGETS))