mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 05:33:08 +00:00
libnet-idn-encode: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
708b3016e8
commit
2a75d18490
23
meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
Normal file
23
meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
SUMMARY = "IDN Perl module"
|
||||||
|
DESCRIPTION = "This module provides an easy-to-use interface for encoding \
|
||||||
|
and decoding Internationalized Domain Names (IDNs)."
|
||||||
|
|
||||||
|
SECTION = "libs"
|
||||||
|
|
||||||
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8ea5704cf65ca4ec6e9e167fb94f14dd"
|
||||||
|
|
||||||
|
SRC_URI = "${CPAN_MIRROR}/authors/id/C/CF/CFAERBER/Net-IDN-Encode-${PV}.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "55453633e3ff24ce325b34bc2c8157b9859962a31ab5cf28bf7ccc1c9b3a3eaa"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/Net-IDN-Encode-${PV}"
|
||||||
|
|
||||||
|
inherit cpan ptest-perl
|
||||||
|
|
||||||
|
do_configure:prepend() {
|
||||||
|
perl -pi -e 's/auto_install_now.*//g' Makefile.PL
|
||||||
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += "perl-module-unicode-normalize"
|
||||||
Loading…
x
Reference in New Issue
Block a user