From 64c9a63c630539978d788b19196623db6c772eb6 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Tue, 28 Feb 2012 16:07:37 +0800 Subject: libcap-ng: Add new version 0.6.6 --- recipes-security/libcap-ng/libcap-ng_0.6.6.bb | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 recipes-security/libcap-ng/libcap-ng_0.6.6.bb diff --git a/recipes-security/libcap-ng/libcap-ng_0.6.6.bb b/recipes-security/libcap-ng/libcap-ng_0.6.6.bb new file mode 100644 index 0000000..6954d05 --- /dev/null +++ b/recipes-security/libcap-ng/libcap-ng_0.6.6.bb @@ -0,0 +1,31 @@ +SUMMARY = "An alternate posix capabilities library" +DESCRIPTION = "The libcap-ng library is intended to make programming \ +with POSIX capabilities much easier than the traditional libcap library. \ +It includes utilities that can analyze all currently running \ +applications to locate applications that may have too many privileges." +HOMEPAGE = "http://freecode.com/projects/libcap-ng" +SECTION = "base" +PR = "r1" +LICENSE = "GPLv2+ & LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" + +SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ + file://python.patch" + +inherit lib_package +inherit autotools + +SRC_URI[md5sum] = "eb71f967cecb44b4342baac98ef8cb0f" +SRC_URI[sha256sum] = "89589a29a6b19068edd650dd4f626c10e84bfe63eacae7b1fd1f98f3ac8ea00d" + +DEPENDS += "python" + +EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/${PYLIBVER}'" + +PACKAGES += "${PN}-python" + +FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug" +FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf