generic-poky/meta/packages/libidn/libidn_0.5.19.bb

16 lines
417 B
BlitzBasic

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 = "r0"
inherit pkgconfig autotools_stage
SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
EXTRA_OECONF = " --disable-tld"
do_configure_prepend () {
autoreconf -f -i -s
}