Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Encode::Locale - Determine the locale encoding" |
| 2 | AUTHOR = "Gisle Aas <gisle@activestate.com>" |
| 3 | HOMEPAGE = "https://metacpan.org/module/Encode::Locale" |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 6 | LIC_FILES_CHKSUM = "file://README;md5=14e8006c2134045725fd81292a323d24" |
| 7 | |
| 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Encode-Locale-${PV}.tar.gz" |
| 9 | SRC_URI[md5sum] = "fcfdb8e4ee34bcf62aed429b4a23db27" |
| 10 | SRC_URI[sha256sum] = "176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1" |
| 11 | |
| 12 | S = "${WORKDIR}/Encode-Locale-${PV}" |
| 13 | |
| 14 | inherit cpan |
| 15 | |
| 16 | RDEPENDS_${PN} += "libencode-perl \ |
| 17 | libencode-alias-perl \ |
| 18 | perl-module-base \ |
| 19 | " |
| 20 | |
| 21 | BBCLASSEXTEND = "native" |