From 9640459cd8419e4305cf7792ed23233628de0f97 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 28 Sep 2006 21:23:33 +0000 Subject: [PATCH] perl: Add the perl Locale::gettext module, which is used for gettext style message handling. --- packages/perl/liblocale-gettext-perl_1.05.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/perl/liblocale-gettext-perl_1.05.bb 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 -- 2.39.5