vp-build/templates/libproxy/python.template
Juan RP 06e0809c88 Added libproxy-0.2.3 template.
--HG--
extra : convert_revision : 643d4bb241703a04c2fa64e4e22ac86bd216b312
2009-05-14 15:26:30 +02:00

16 lines
311 B
Plaintext

# Template file for 'libproxy-python'.
#
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the python bindings."
Add_dependency run libproxy
Add_dependency run python
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
}