compat-32/libxml2-32/Pkgfile
2017-06-20 01:46:31 +10:00

25 lines
538 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.4.83
release=1
#source=(ftp://xmlsoft.org/libxml2/${name%-*}-$version.tar.gz)
source=(http://crux.s3.amazonaws.com/dist/${name%-*}-$version.tar.xz)
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}
}