aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libintl-perl_1.20.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 18:18:22 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 18:18:22 +0100
commitc05ac5bd602552b0ff62075831386f18f3a106c4 (patch)
tree6d3b3e867567b783ffffb4f24ca6773b47631be3 /recipes/perl/libintl-perl_1.20.bb
parentf1411dd54d75437685447a959b79cc56d3d38cfc (diff)
downloadopenembedded-c05ac5bd602552b0ff62075831386f18f3a106c4.tar.gz
libintl-perl_1.20.bb created recipe for 1.20
Diffstat (limited to 'recipes/perl/libintl-perl_1.20.bb')
-rw-r--r--recipes/perl/libintl-perl_1.20.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libintl-perl_1.20.bb b/recipes/perl/libintl-perl_1.20.bb
new file mode 100644
index 0000000000..cddcfbaf30
--- /dev/null
+++ b/recipes/perl/libintl-perl_1.20.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "libintl-perl is an internationalization library for Perl"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
+ perl-module-symbol perl-module-selectsaver perl-module-io \
+ perl-module-integer perl-module-exporter-heavy"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
+
+S = "${WORKDIR}/libintl-perl-${PV}"
+
+inherit cpan