Added libproxy-0.2.3 template.
--HG-- extra : convert_revision : 643d4bb241703a04c2fa64e4e22ac86bd216b312
This commit is contained in:
15
templates/libproxy/python.template
Normal file
15
templates/libproxy/python.template
Normal 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
|
||||
}
|
Reference in New Issue
Block a user