# Description: XSL Transformations library. # URL: http://xmlsoft.org/XSLT/ # Maintainer: Danny Rawlins, crux at romster dot me # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # 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 \ --build=aarch64-unknown-linux-gnueabi make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }