blob: cf5c6e19259e6217c40db343a426f9259b3a38f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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"
PR = "r1"
inherit pkgconfig autotools gettext
SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
EXTRA_OECONF = " --disable-tld"
do_configure_prepend () {
autoreconf -f -i -s
}
|