diff options
Diffstat (limited to 'meta/recipes-extended/libidn/libidn_1.19.bb')
-rw-r--r-- | meta/recipes-extended/libidn/libidn_1.19.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/libidn/libidn_1.19.bb b/meta/recipes-extended/libidn/libidn_1.19.bb new file mode 100644 index 0000000000..2e29ade14c --- /dev/null +++ b/meta/recipes-extended/libidn/libidn_1.19.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." | ||
2 | HOMEPAGE = "http://www.gnu.org/software/libidn/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "LGPLv2.1+ & GPLv3+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
6 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
7 | file://lib/idna.h;firstline=6;endline=18;md5=643beb30bf98d8c4aed59a51b86fe9ea \ | ||
8 | file://src/idn.c;firstline=6;endline=18;md5=07a57d46977b38a2557aac446dda35dd" | ||
9 | PR = "r0" | ||
10 | |||
11 | inherit pkgconfig autotools gettext | ||
12 | |||
13 | SRC_URI = "http://ftp.gnu.org/gnu/libidn/${P}.tar.gz" | ||
14 | |||
15 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ | ||
16 | # so package command into a separate package | ||
17 | PACKAGES =+ "idn" | ||
18 | FILES_idn = "${bindir}/*" | ||
19 | |||
20 | EXTRA_OECONF = " --disable-tld" | ||