2011-07-09 17:58:05 +02:00
|
|
|
# Template file for 'libcap-ng-python'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python"
|
2011-07-09 17:58:05 +02:00
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the python language bindings."
|
|
|
|
|
2011-10-05 16:42:03 +02:00
|
|
|
pycompile_module="capng"
|
|
|
|
|
2012-08-13 10:10:48 +02:00
|
|
|
do_install() {
|
2011-07-09 17:58:05 +02:00
|
|
|
vmove "usr/lib/python*" usr/lib/python
|
|
|
|
}
|