opt/libxml2/Pkgfile

18 lines
409 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: XML library version 2
2021-05-14 13:32:54 +02:00
# URL: http://xmlsoft.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib xz
2006-02-23 16:26:10 +01:00
name=libxml2
version=2.9.14
2012-05-24 09:33:38 +02:00
release=1
2022-02-22 12:45:35 +01:00
source=(https://download.gnome.org/sources/libxml2/${version:0:3}/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
2021-05-14 13:32:54 +02:00
build() {
cd $name-$version
./configure --prefix=/usr --without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,gtk-doc}
2006-02-23 16:26:10 +01:00
}