summaryrefslogtreecommitdiff
path: root/libxml2-python/Pkgfile
blob: 7ac4ee812338684b6c3639796c819307c44d1887 (plain)
    1 # Description: Python bindings for the XML library version 2
    2 # URL:         http://xmlsoft.org/
    3 # Maintainer:  Jürgen Daubert, juergen dot daubert at t-online dot de
    4 # Depends on:  python, libxml2
    5 
    6 name=libxml2-python
    7 version=2.6.23
    8 release=1
    9 source=(http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-$version.tar.bz2 \
   10         $name-config.patch)
   11 
   12 build () {
   13     cd libxml2-$version
   14     patch -p1 < $SRC/$name-config.patch
   15     ./configure --prefix=/usr
   16     cd python
   17     make
   18     make DESTDIR=$PKG install
   19     rm -r $PKG/usr/share
   20 }

Generated by cgit