opt/libxml2/Pkgfile

19 lines
432 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
2021-05-14 13:32:54 +02:00
version=2.9.12
2012-05-24 09:33:38 +02:00
release=1
2021-12-14 09:47:04 +01:00
source=(https://gitlab.gnome.org/GNOME/libxml2/-/archive/v$version/libxml2-v$version.tar.bz2)
2006-02-23 16:26:10 +01:00
2021-05-14 13:32:54 +02:00
build() {
2021-12-14 09:47:04 +01:00
cd $name-v$version
autoreconf -vfi
2021-05-14 13:32:54 +02:00
./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
}