aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/libtasn1_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnutls/libtasn1_1.7.bb')
-rw-r--r--recipes/gnutls/libtasn1_1.7.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb
new file mode 100644
index 0000000000..f9a4ae6e1c
--- /dev/null
+++ b/recipes/gnutls/libtasn1_1.7.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Library for ASN.1 and DER manipulation"
+LICENSE = "LGPL"
+
+PR = "r1"
+
+SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
+
+inherit autotools binconfig
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+ autotools_stage_all
+}
+