22 lines
884 B
Plaintext
22 lines
884 B
Plaintext
# Template file for 'libcap-ng'
|
|
pkgname=libcap-ng
|
|
version=0.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
subpackages="$pkgname-devel $pkgname-progs $pkgname-python"
|
|
makedepends="python-devel swig"
|
|
short_desc="An alternate POSIX capabilities library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://people.redhat.com/sgrubb/libcap-ng/"
|
|
license="GPL-2, LGPL-2.1"
|
|
distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=369682b2e5a5716a6271a6c5db9a43e3809e91acfb08438c0d3de2fec1284a35
|
|
long_desc="
|
|
This library implements the user-space interfaces to the POSIX 1003.1e
|
|
capabilities available in Linux kernels. These capabilities are a
|
|
partitioning of the all powerful root privilege into a set of distinct
|
|
privileges.
|
|
|
|
The libcap-ng library is intended to make programming with posix capabilities
|
|
much easier than the traditional libcap library."
|