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