20 lines
801 B
Text
20 lines
801 B
Text
# Template file for 'libcap-ng'
|
|
pkgname=libcap-ng
|
|
version=0.6.4
|
|
distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
short_desc="An alternate POSIX capabilities library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=9d508706f72ba613e6afdcd02208e2491b3e0d4dff60867a7738ae8d352f0de8
|
|
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."
|
|
|
|
subpackages="$pkgname-devel $pkgname-progs"
|
|
Add_dependency run glibc
|
|
Add_dependency build python
|