Added libproxy-0.2.3 template.

--HG--
extra : convert_revision : 643d4bb241703a04c2fa64e4e22ac86bd216b312
This commit is contained in:
Juan RP 2009-05-14 15:26:30 +02:00
parent 2027d5d5f5
commit 06e0809c88
6 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# 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
}