summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/libidn_0.5.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/gpephone/libidn_0.5.19.bb')
-rw-r--r--recipes/obsolete/gpephone/libidn_0.5.19.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/obsolete/gpephone/libidn_0.5.19.bb b/recipes/obsolete/gpephone/libidn_0.5.19.bb
new file mode 100644
index 0000000000..202d388745
--- /dev/null
+++ b/recipes/obsolete/gpephone/libidn_0.5.19.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+PR = "r0"
+
+inherit pkgconfig autotools
+
+SRC_URI = "http://alpha.gnu.org/gnu/libidn/libidn-${PV}.tar.gz"
+
+EXTRA_OECONF = " --disable-tld"
+
+do_configure_prepend () {
+ autoreconf -f -i -s
+}
+
+SRC_URI[md5sum] = "440835808c577073db7d571357223dce"
+SRC_URI[sha256sum] = "4f707c189259d7b3dda908d78a995366d388fe051aa3554b82cb324426997a23"