From: "Stefan Fröberg" <stefan.froberg@petroprogram.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] new package: libtasn1
Date: Mon, 18 Feb 2013 22:28:58 +0200 [thread overview]
Message-ID: <1361219338-27624-1-git-send-email-stefan.froberg@petroprogram.com> (raw)
Libtasn1
Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some
other packages. It was written by Fabio Fiorina, and has been
shipped as part of GnuTLS for some time but is now a proper
GNU package.
Signed-off-by: Stefan Fr?berg <stefan.froberg@petroprogram.com>
---
Changes v1 -> v2:
- removed unneeded host-microperl dependency (Thomas Petazzoni)
- removed unneeded LIBTASN1_SOURCE because default value for it is
packagename-version.tar.gz (Baruch Siach)
package/Config.in | 1 +
package/libtasn1/Config.in | 7 +++++++
package/libtasn1/libtasn1.mk | 14 ++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 package/libtasn1/Config.in
create mode 100644 package/libtasn1/libtasn1.mk
diff --git a/package/Config.in b/package/Config.in
index 8588951..7b9b2c9 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -554,6 +554,7 @@ source "package/libglib2/Config.in"
source "package/libical/Config.in"
source "package/libnspr/Config.in"
source "package/libsigc/Config.in"
+source "package/libtasn1/Config.in"
source "package/libtpl/Config.in"
source "package/libseccomp/Config.in"
source "package/liburcu/Config.in"
diff --git a/package/libtasn1/Config.in b/package/libtasn1/Config.in
new file mode 100644
index 0000000..2812157
--- /dev/null
+++ b/package/libtasn1/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBTASN1
+ bool "libtasn1"
+ help
+ ASN.1 library
+
+ http://www.gnu.org/software/libtasn1
+
diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk
new file mode 100644
index 0000000..2326d76
--- /dev/null
+++ b/package/libtasn1/libtasn1.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# libtasn1
+#
+#############################################################
+
+LIBTASN1_VERSION = 3.2
+LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
+LIBTASN1_DEPENDENCIES = host-bison
+LIBTASN1_LICENSE = GPLv3 LGPLv2.1
+LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
+LIBTASN1_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
--
1.7.7.6
next reply other threads:[~2013-02-18 20:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-18 20:28 Stefan Fröberg [this message]
2013-03-05 7:57 ` [Buildroot] [PATCH v2] new package: libtasn1 Peter Korsgaard
2013-03-05 11:01 ` Stefan Fröberg
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=1361219338-27624-1-git-send-email-stefan.froberg@petroprogram.com \
--to=stefan.froberg@petroprogram.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