[Lunar-commits] <moonbase-other> xmlsec1: xml-tool to sign, verify, encrypt and decrypt XML documents
Stefan Wold
ratler at lunar-linux.org
Sun Nov 3 13:18:50 CET 2013
commit bfc83cc98662019a03f4641bb1c88458508eb9b3
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat, 26 Oct 2013 02:14:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bfc83cc98662019a03f4641bb1c88458508eb9b3
xmlsec1: xml-tool to sign, verify, encrypt and decrypt XML documents
---
crypto/xmlsec1/BUILD | +3/-0
crypto/xmlsec1/DEPENDS | +7/-0
crypto/xmlsec1/DETAILS | +13/-0
3 files changed, 23 insertions(+)
--- /dev/null
+++ b/crypto/xmlsec1/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" --disable-static"
+
+default_build
--- /dev/null
+++ b/crypto/xmlsec1/DEPENDS
@@ -0,0 +1,7 @@
+depends libxml2
+depends libxslt
+depends pkgconfig
+optional_depends openssl "" "--without-openssl" "for OpenSSL support"
+optional_depends gnutls "" "--without-gnutls" "for GnuTLS support"
+optional_depends nss "" "--without-nss" "for NSS support"
+optional_depends libgcrypt "" "--without-gcrypt" "for gcrypt support (required if you said yes to GnuTLS)"
--- /dev/null
+++ b/crypto/xmlsec1/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=xmlsec1
+ VERSION=1.2.19
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://www.aleksey.com/xmlsec/download/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:9f24f84bf6f4a61fc55637f016b56c0f44c048ba
+ WEB_SITE="http://www.aleksey.com/xmlsec/index.html"
+ ENTERED=20131026
+ UPDATED=20131026
+ SHORT="XML Security Library is a C library based on LibXML2"
+cat <<EOF
+XML Security Library is a C library based on LibXML2.
+EOF
More information about the Lunar-commits
mailing list