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