libproxy: update to 0.4.7.
This commit is contained in:
parent
7b97025a29
commit
44b3e65dc0
4 changed files with 26 additions and 17 deletions
|
@ -5,12 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the python bindings."
|
||||
|
||||
|
||||
Add_dependency run libproxy
|
||||
Add_dependency run libproxy ">=$version"
|
||||
Add_dependency run python
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove "usr/lib/python*" usr/lib
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue