[Lunar-commits] <moonbase-other> Merged pull request #123 from Ratler/xmlsec

Peter de Ridder peter at lunar-linux.org
Sun Nov 3 13:18:50 CET 2013


commit 6c3c65f018bc79611b2846d1b5e89ae63e969b63
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 03 Nov 2013 05:14:59 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/6c3c65f018bc79611b2846d1b5e89ae63e969b63

Merged pull request #123 from Ratler/xmlsec

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