xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Perl interface to iconv() codeset conversion function"
2*4882a593SmuzhiyunDESCRIPTION = "\
3*4882a593SmuzhiyunThe Text::Iconv module provides a Perl interface to the iconv() \
4*4882a593Smuzhiyunfunction as defined by the Single UNIX Specification. The convert() \
5*4882a593Smuzhiyunmethod converts the encoding of characters in the input string from \
6*4882a593Smuzhiyunthe fromcode codeset to the tocode codeset, and returns the result. \
7*4882a593SmuzhiyunSettings of fromcode and tocode and their permitted combinations are \
8*4882a593Smuzhiyunimplementation-dependent. Valid values are specified in the system \
9*4882a593Smuzhiyundocumentation."
10*4882a593SmuzhiyunSECTION = "libs"
11*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://README;beginline=3;endline=6;md5=fadf2919c7128e887d26b4d905f90649"
13*4882a593SmuzhiyunRRECOMMENDS:${PN}:append:libc-glibc = " glibc-gconvs"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunSRC_URI[md5sum] = "81b26e069eaebb084e91ea3c009b67ae"
18*4882a593SmuzhiyunSRC_URI[sha256sum] = "5b80b7d5e709d34393bcba88971864a17b44a5bf0f9e4bcee383d029e7d2d5c3"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunS = "${WORKDIR}/Text-Iconv-${PV}"
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuninherit cpan
23*4882a593Smuzhiyun
24*4882a593SmuzhiyunFILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/"
25