From: Jamie Lenehan Date: Thu, 28 Sep 2006 21:23:33 +0000 (+0000) Subject: perl: Add the perl Locale::gettext module, which is used for gettext X-Git-Tag: Release-2010-05/1~9453^2~669^2~2^2~1^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9640459cd8419e4305cf7792ed23233628de0f97;p=openembedded.git perl: Add the perl Locale::gettext module, which is used for gettext style message handling. --- diff --git a/packages/perl/liblocale-gettext-perl_1.05.bb b/packages/perl/liblocale-gettext-perl_1.05.bb new file mode 100644 index 0000000000..54e85c751f --- /dev/null +++ b/packages/perl/liblocale-gettext-perl_1.05.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Locale::gettext - message handling functions" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic" +DEPENDS = "virtual/libintl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz" + +S = "${WORKDIR}/gettext-${PV}" + +inherit cpan