compat-32/libxml2-32/Pkgfile
2014-10-18 22:57:32 +11:00

24 lines
473 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.2
release=1
source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz)
build() {
cd libxml2-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--mandir=/usr/man \
--without-python
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include,man,share}
}