summaryrefslogtreecommitdiff
path: root/packages/perl/liblocale-gettext-perl_1.05.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/perl/liblocale-gettext-perl_1.05.bb')
-rw-r--r--packages/perl/liblocale-gettext-perl_1.05.bb12
1 files changed, 12 insertions, 0 deletions
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 <lenehan@twibble.org>"
+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