libxml2: update to 2.8.0.
This commit is contained in:
parent
4252b4af7f
commit
02e65d6886
7 changed files with 30 additions and 56 deletions
|
@ -5,12 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains ${sourcepkg} python related files."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mkdir -p ${DESTDIR}/usr/share/doc
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/doc/${sourcepkg}-python-${version} \
|
||||
${DESTDIR}/usr/share/doc
|
||||
do_install() {
|
||||
vmove "usr/lib/python*" usr/lib
|
||||
vmove usr/share/doc/${sourcepkg}-python-${version} usr/share/doc
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue