contrib/xmlsec/Pkgfile

25 lines
515 B
Plaintext

# Description: XML Security Library is a C library based on LibXML2
# URL: https://www.aleksey.com/xmlsec/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libxslt openssl
# Optional: gnutls libgcrypt nss
name=xmlsec
version=1.3.2
release=2
source=(https://www.aleksey.com/xmlsec/download/${name}1-$version.tar.gz
729.patch)
build() {
cd ${name}1-$version
patch -Np1 -i $SRC/729.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}