Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=86e4caf9d3df5f03f2cc0d198a3b26ccaaa69fbe
commit 86e4caf9d3df5f03f2cc0d198a3b26ccaaa69fbe Author: Miklos Vajna <[email protected]> Date: Sat Dec 2 01:26:32 2017 +0100 xmlsec1-1.2.25-1-x86_64 - new package, will be a dependency for libreoffice - for now only the NSS backend is built, other can be added if some package would use it diff --git a/source/xoffice/xmlsec1/FrugalBuild b/source/xoffice/xmlsec1/FrugalBuild new file mode 100644 index 0000000..cee1fd1 --- /dev/null +++ b/source/xoffice/xmlsec1/FrugalBuild @@ -0,0 +1,17 @@ +# Compiling Time: 0.23 SBU +# Maintainer: Miklos Vajna <[email protected]> + +pkgname=xmlsec1 +pkgver=1.2.25 +pkgrel=1 +pkgdesc="Library providing support for 'XML Signature' and 'XML Encryption' standards" +depends=('libxml2' 'nss') +url="https://www.aleksey.com/xmlsec/" +source="http://www.aleksey.com/xmlsec/download/xmlsec1-$pkgver.tar.gz" +up2date="Flasttar https://www.aleksey.com/xmlsec/download/" +groups=('xoffice') +archs=("x86_64") +sha1sums=('0ef1117b8d11da475fd8d842a1341c675e627ab9') +Fconfopts+=" --with-pic --disable-shared --disable-crypto-dl --without-libxslt --without-gnutls --without-gcrypt --disable-apps --disable-docs" + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
