aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liblocale-gettext-perl_1.05.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/liblocale-gettext-perl_1.05.bb')
-rw-r--r--recipes/perl/liblocale-gettext-perl_1.05.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/liblocale-gettext-perl_1.05.bb b/recipes/perl/liblocale-gettext-perl_1.05.bb
new file mode 100644
index 0000000000..763a5680cf
--- /dev/null
+++ b/recipes/perl/liblocale-gettext-perl_1.05.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Locale::gettext - message handling functions"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS = "virtual/libintl"
+PR = "r9"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${PV}.tar.gz"
+
+S = "${WORKDIR}/gettext-${PV}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto/Locale/gettext/* \
+ ${PERLLIBDIRS}/Locale"