summaryrefslogtreecommitdiff
path: root/libxml2/Pkgfile
blob: 1ea3189ae5380bffad34e3fc1b28e27e3801a4d2 (plain)
    1 # Description: XML library version 2
    2 # URL: http://xmlsoft.org/
    3 # Maintainer: Juergen Daubert, jue at crux dot nu
    4 # Depends on: zlib xz
    5 
    6 name=libxml2
    7 version=2.10.3
    8 release=1
    9 source=(https://download.gnome.org/sources/libxml2/${version:0:4}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	./configure \
   14 		--prefix=/usr \
   15 		--sysconfdir=/etc \
   16 		--without-python
   17 	make
   18 	make DESTDIR=$PKG install
   19 	rm -r $PKG/usr/share/{doc,gtk-doc}
   20 }

Generated by cgit