compat-32/libxml2-32/Pkgfile
2019-01-28 14:25:46 +11:00

24 lines
465 B
Plaintext

# Description: XML library version 2
# URL: http://xmlsoft.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: zlib-32 xz-32 libxml2
name=libxml2-32
version=2.9.9
release=1
source=(http://xmlsoft.org/sources/${name%-*}-$version.tar.gz)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,share/man,share}
}