opt/libxml2-python/Pkgfile

21 lines
517 B
Plaintext
Raw Normal View History

2006-03-27 19:13:38 +02:00
# Description: Python bindings for the XML library version 2
# URL: http://xmlsoft.org/
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
# Depends on: python, libxml2
name=libxml2-python
2007-08-27 10:48:48 +02:00
version=2.6.30
2006-03-27 19:13:38 +02:00
release=1
2006-10-26 08:21:05 +02:00
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz \
2006-03-27 19:13:38 +02:00
$name-config.patch)
build () {
cd libxml2-$version
patch -p1 < $SRC/$name-config.patch
./configure --prefix=/usr
cd python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}