libxml2-python-32: 2.9.2 -> 2.9.3

This commit is contained in:
Danny Rawlins 2015-11-21 13:12:49 +11:00
parent 2ed0f5775c
commit 4237c374d8
2 changed files with 6 additions and 6 deletions

View File

@ -1,2 +1,2 @@
9e6a9aca9d155737868b3dc5fd82f788 libxml2-2.9.2.tar.gz
daece17e045f1c107610e137ab50c179 libxml2-2.9.3.tar.gz
80fdb13ebd1e5d320783dc94d8b9c6d7 libxml2-python-config.patch

View File

@ -4,8 +4,8 @@
# Depends on: python-32 libxml2-32 libxml2-python
name=libxml2-python-32
version=2.9.2
release=2
version=2.9.3
release=1
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz
libxml2-python-config.patch)
@ -23,9 +23,9 @@ build() {
# --libdir is not to be trusted some sort of race at configure
# library will either end up in lib or lib32 depending on mood
if [ -e $PKG/usr/lib ]; then
mv $PKG/usr/lib $PKG/usr/lib32
fi
# if [ -e $PKG/usr/lib ]; then
# mv $PKG/usr/lib $PKG/usr/lib32
# fi
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
rm -r $PKG/usr/share/doc