15 lines
302 B
Text
15 lines
302 B
Text
# 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
|
|
}
|