20 lines
774 B
Text
20 lines
774 B
Text
|
# Template file for 'libcap-ng'
|
||
|
pkgname=libcap-ng
|
||
|
version=0.6.2
|
||
|
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=1d230a03c7e6adf1c761730bf27cee694d6658e97581c9507e993c80a1fab0ff
|
||
|
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 full glibc
|