cornucopia: bump SRCREV
[openembedded.git] / recipes / perl / liblocale-gettext-perl_1.05.bb
blobca2b75dde66b4de8b273155b607a2e6dc11f9232
1 DESCRIPTION = "Locale::gettext - message handling functions"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPLv1+"
4 DEPENDS = "virtual/libintl"
5 BBCLASSEXTEND = "native"
6 PR = "r20"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz"
10 S = "${WORKDIR}/gettext-${PV}"
12 inherit cpan
14 FILES_${PN} = "${PERLLIBDIRS}/auto/Locale/gettext/* \
15 ${PERLLIBDIRS}/Locale"
17 SRC_URI[md5sum] = "f3d3f474a1458f37174c410dfef61a46"
18 SRC_URI[sha256sum] = "27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694"