diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-07 11:22:41 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-07 11:22:41 +0000 |
commit | f9f37c0798f2227c11758c60f21ecc0672c6b596 (patch) | |
tree | 39fdf913dbea80204c20c8840e4c1022ad614fc6 /packages/gpephone/libidn_0.5.19.bb | |
parent | b4db3f8d626677cc88e6f4515184787ae56b0f67 (diff) | |
parent | 833412cb6b1ae94115e5dc43868effc36fc77cf4 (diff) |
merge of '18cf39ef0f56ba2b40f997fc34cf59f15054e7c4'
and 'be5bce993001e07eb5e869f8796ea1b1d05f3472'
Diffstat (limited to 'packages/gpephone/libidn_0.5.19.bb')
-rw-r--r-- | packages/gpephone/libidn_0.5.19.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gpephone/libidn_0.5.19.bb b/packages/gpephone/libidn_0.5.19.bb new file mode 100644 index 0000000000..9c37e015a9 --- /dev/null +++ b/packages/gpephone/libidn_0.5.19.bb @@ -0,0 +1,20 @@ +LICENSE = "LGPL" +DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "glibc" +PR = "r0" + +inherit pkgconfig autotools + +SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" + +EXTRA_OECONF = " --disable-tld" + +do_configure_prepend () { + autoreconf -f -i -s +} + +do_stage () { + autotools_stage_all +} |