libcap-ng: update to 0.6.6, added -python subpkg.

This commit is contained in:
Juan RP
2011-07-09 17:58:05 +02:00
parent 8c46457c45
commit b6381b2e87
5 changed files with 30 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
# Template file for 'libcap-ng-python'.
#
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the python language bindings."
Add_dependency run glibc
Add_dependency run python
Add_dependency run libcap-ng
do_install()
{
vmove "usr/lib/python*" usr/lib/python
}