Added libproxy-0.2.3 template.
--HG-- extra : convert_revision : 643d4bb241703a04c2fa64e4e22ac86bd216b312
This commit is contained in:
parent
2027d5d5f5
commit
06e0809c88
6 changed files with 64 additions and 0 deletions
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue