compat-32/libxml2-32/Pkgfile
2013-04-22 01:44:19 +10:00

22 lines
523 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.1
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}
}