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/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2008-09-02 11:38:45 +02:00
# Depends on: python libxml2
2006-03-27 19:13:38 +02:00
name=libxml2-python
2009-01-21 10:22:39 +01:00
version=2.7.3
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
2008-01-12 10:43:30 +01:00
patch -p1 -i $SRC/$name-config.patch
2006-03-27 19:13:38 +02:00
./configure --prefix=/usr
cd python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}