2009-05-14 13:26:30 +00:00
|
|
|
# Template file for 'libproxy-python'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="libproxy>=0.4.7 python"
|
2009-05-14 13:26:30 +00:00
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the python bindings."
|
|
|
|
|
|
|
|
|
2012-05-23 08:04:50 +00:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
2009-05-14 13:26:30 +00:00
|
|
|
}
|