summaryrefslogtreecommitdiff
path: root/libxml2/Pkgfile
blob: 694ac5d8d678c179a9eb8d1ac3f78dc86ac1a505 (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.9.13
    8 release=1
    9 source=(https://download.gnome.org/sources/libxml2/${version:0:3}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 	./configure --prefix=/usr --without-python
   14 	make
   15 	make DESTDIR=$PKG install
   16 	rm -r $PKG/usr/share/{doc,gtk-doc}
   17 }

Generated by cgit