summaryrefslogtreecommitdiff
path: root/libxml2-32/Pkgfile
blob: 270cbde332e12bf08fc9e914e47d043669c152c9 (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.2
    8 release=1
    9 source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz)
   10 
   11 build() {
   12 	cd libxml2-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32 \
   17 		--mandir=/usr/man \
   18 		--without-python
   19 
   20 	make
   21 	make DESTDIR=$PKG install
   22 	rm -r $PKG/usr/{bin,include,man,share}
   23 }

Generated by cgit