compat-32/libxml2-python-32/Pkgfile

27 lines
647 B
Plaintext
Raw Normal View History

# Description: Python bindings for the XML library version 2
# URL: http://xmlsoft.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: python-32 libxml2-32 libxml2-python
name=libxml2-python-32
version=2.9.0
2012-12-24 11:32:57 +01:00
release=2
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz \
libxml2-python-config.patch)
build () {
cd libxml2-$version
2012-12-24 11:32:57 +01:00
patch -p1 -i $SRC/libxml2-python-config.patch
./configure --prefix=/usr --libdir=/usr/lib32
cd python
2012-12-24 11:32:57 +01:00
make
make DESTDIR=$PKG install
rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la}
rm -r $PKG/usr/share
}