opt/libxslt/Pkgfile
2016-03-08 19:44:06 +11:00

28 lines
534 B
Plaintext

# Description: XSL Transformations library.
# URL: http://xmlsoft.org/XSLT/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libxml2 zlib xz
name=libxslt
version=1.1.28
release=3
source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz
CVE-2015-7995.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/CVE-2015-7995.patch
./configure \
--prefix=/usr \
--without-python \
--without-crypto
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}