opt/libxml2/Pkgfile
2022-01-10 16:25:27 +01:00

19 lines
432 B
Plaintext

# Description: XML library version 2
# URL: http://xmlsoft.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: zlib xz
name=libxml2
version=2.9.12
release=1
source=(https://gitlab.gnome.org/GNOME/libxml2/-/archive/v$version/libxml2-v$version.tar.bz2)
build() {
cd $name-v$version
autoreconf -vfi
./configure --prefix=/usr --without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,gtk-doc}
}