From: Bastian Breit <basti171@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add library xmlsec1
Date: Sat, 9 Feb 2019 22:53:51 +0100 [thread overview]
Message-ID: <20190209215351.29395-1-basti171@gmail.com> (raw)
---
package/Config.in | 1 +
package/libxmlsec1/COPYING | 1 +
package/libxmlsec1/Config.in | 11 +++++++++++
package/libxmlsec1/libxmlsec1.hash | 1 +
package/libxmlsec1/libxmlsec1.mk | 17 +++++++++++++++++
5 files changed, 31 insertions(+)
create mode 100644 package/libxmlsec1/COPYING
create mode 100644 package/libxmlsec1/Config.in
create mode 100644 package/libxmlsec1/libxmlsec1.hash
create mode 100644 package/libxmlsec1/libxmlsec1.mk
diff --git a/package/Config.in b/package/Config.in
index 29862c478c..18acfd9db8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1428,6 +1428,7 @@ menu "JSON/XML"
source "package/libxml2/Config.in"
source "package/libxmlpp/Config.in"
source "package/libxmlrpc/Config.in"
+ source "package/libxmlsec1/Config.in"
source "package/libxslt/Config.in"
source "package/libyaml/Config.in"
source "package/mxml/Config.in"
diff --git a/package/libxmlsec1/COPYING b/package/libxmlsec1/COPYING
new file mode 100644
index 0000000000..9f0da96c81
--- /dev/null
+++ b/package/libxmlsec1/COPYING
@@ -0,0 +1 @@
+prop lic do not copy
diff --git a/package/libxmlsec1/Config.in b/package/libxmlsec1/Config.in
new file mode 100644
index 0000000000..836d4db674
--- /dev/null
+++ b/package/libxmlsec1/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBXMLSEC1
+ bool "libxmlsec1"
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_LIBXSLT
+ select BR2_PACKAGE_OPENSSL
+ help
+ XMLSec library provides C based implementation for major XML
+ Security standards:
+ - XML Signature Syntax and Processing
+ - XML Encryption Syntax and Processing
+ https://www.aleksey.com/xmlsec/
diff --git a/package/libxmlsec1/libxmlsec1.hash b/package/libxmlsec1/libxmlsec1.hash
new file mode 100644
index 0000000000..ce44e23ac5
--- /dev/null
+++ b/package/libxmlsec1/libxmlsec1.hash
@@ -0,0 +1 @@
+md5 508bee7e4f1b99f2d50aaa7d38ede56e xmlsec1-1.2.27.tar.gz
diff --git a/package/libxmlsec1/libxmlsec1.mk b/package/libxmlsec1/libxmlsec1.mk
new file mode 100644
index 0000000000..6bf8944f1e
--- /dev/null
+++ b/package/libxmlsec1/libxmlsec1.mk
@@ -0,0 +1,17 @@
+LIBXMLSEC1_VERSION = 1.2.27
+LIBXMLSEC1_SOURCE = xmlsec1-${LIBXMLSEC1_VERSION}.tar.gz
+LIBXMLSEC1_SITE = http://www.aleksey.com/xmlsec/download
+LIBXMLSEC1_INSTALL_STAGING = YES
+LIBXMLSEC1_INSTALL_TARGET = YES
+LIBXMLSEC1_LICENSE = MIT
+LIBXMLSEC1_LICENSE_FILES = Copyright
+
+LIBXMLSEC1_CONF_OPTS += --disable-static
+LIBXMLSEC1_CONF_OPTS += --enable-crypto-dl=no
+LIBXMLSEC1_CONF_OPTS += --with-openssl=${STAGING_DIR}/usr
+LIBXMLSEC1_CONF_OPTS += --with-libxslt=no
+LIBXMLSEC1_CONF_OPTS += --with-gnutls=no
+LIBXMLSEC1_CONF_OPTS += --with-gcrypt=no
+LIBXMLSEC1_DEPENDENCIES = libxml2 libxslt openssl
+
+$(eval $(autotools-package))
--
2.17.1
next reply other threads:[~2019-02-09 21:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-09 21:53 Bastian Breit [this message]
2019-02-10 9:37 ` [Buildroot] [PATCH] add library xmlsec1 Thomas Petazzoni
2019-02-10 14:12 ` Bastian Breit
2019-02-10 14:20 ` Thomas Petazzoni
2019-02-10 14:40 ` Bastian Breit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190209215351.29395-1-basti171@gmail.com \
--to=basti171@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox