summaryrefslogtreecommitdiff
path: root/libxml2-32/Pkgfile
blob: 75bc88c701dac7e5bcc5cf9b9ca6ba722e1ac1a0 (plain)
    1 # Description: XML library version 2
    2 # URL:         http://xmlsoft.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on:  zlib-32, xz-32, libxml2
    5 
    6 name=libxml2-32
    7 version=2.9.1
    8 release=1
    9 source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz)
   10 
   11 build () {
   12     cd libxml2-$version
   13 
   14     ./configure --prefix=/usr \
   15 		--libdir=/usr/lib32 \
   16                 --mandir=/usr/man \
   17                 --without-python
   18     make
   19     make DESTDIR=$PKG install
   20     rm -r $PKG/usr/{bin,include,man,share}
   21 }

Generated by cgit