void-packages/srcpkgs/libproxy/libproxy-python.template
2012-05-23 10:04:50 +02:00

13 lines
272 B
Text

# Template file for 'libproxy-python'.
#
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the python bindings."
Add_dependency run libproxy ">=$version"
Add_dependency run python
do_install() {
vmove "usr/lib/python*" usr/lib
}