void-packages/srcpkgs/libcap-ng/libcap-ng-python.template

19 lines
339 B
Plaintext

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