compat-32/libxml2-32/Pkgfile
Danny Rawlins 50ff6e5ff4 [notify] libxml2-32: security update to 2.9.4-68
security fixes for the following CVEs:
CVE-2017-5969, CVE-2017-9047, CVE-2017-9048, CVE-2017-9049,
CVE-2017-9050, CVE-2016-4658, CVE-2016-5131
2017-06-17 17:39:44 +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-68
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}
}