opt/libxml2/Pkgfile

18 lines
377 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
2017-09-04 17:01:22 +02:00
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
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
}