diff options
| -rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb new file mode 100644 index 0000000000..ce3b75b774 --- /dev/null +++ b/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "IDN Perl module" | ||
| 2 | DESCRIPTION = "This module provides an easy-to-use interface for encoding \ | ||
| 3 | and decoding Internationalized Domain Names (IDNs)." | ||
| 4 | |||
| 5 | SECTION = "libs" | ||
| 6 | |||
| 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8ea5704cf65ca4ec6e9e167fb94f14dd" | ||
| 9 | |||
| 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/C/CF/CFAERBER/Net-IDN-Encode-${PV}.tar.gz" | ||
| 11 | SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/Net-IDN-Encode-${PV}" | ||
| 14 | |||
| 15 | inherit cpan ptest-perl | ||
| 16 | |||
| 17 | do_configure:prepend() { | ||
| 18 | perl -pi -e 's/auto_install_now.*//g' Makefile.PL | ||
| 19 | } | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} += "perl-module-unicode-normalize" | ||
