aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-12 19:53:44 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-12 19:53:44 +0100
commitb8e6b2627c2da5b855e8c9951e9023d16e8b7877 (patch)
tree53c0bab0bd9070722c9549b108149f80022317f3 /recipes/perl
parent9ea5e56d701a4841150b5c17cc229b5a714a8f47 (diff)
downloadopenembedded-b8e6b2627c2da5b855e8c9951e9023d16e8b7877.tar.gz
libhtml-parser-perl and -namtive, upgraded to 3.64
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libhtml-parser-perl-native_3.64.bb6
-rw-r--r--recipes/perl/libhtml-parser-perl_3.64.bb15
2 files changed, 21 insertions, 0 deletions
diff --git a/recipes/perl/libhtml-parser-perl-native_3.64.bb b/recipes/perl/libhtml-parser-perl-native_3.64.bb
new file mode 100644
index 0000000000..3760a422fa
--- /dev/null
+++ b/recipes/perl/libhtml-parser-perl-native_3.64.bb
@@ -0,0 +1,6 @@
+SECTION = "libs"
+
+require libhtml-parser-perl_${PV}.bb
+
+inherit native
+
diff --git a/recipes/perl/libhtml-parser-perl_3.64.bb b/recipes/perl/libhtml-parser-perl_3.64.bb
new file mode 100644
index 0000000000..122fba2dc2
--- /dev/null
+++ b/recipes/perl/libhtml-parser-perl_3.64.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "HTML Parser bits."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+RDEPENDS = "perl-module-test-more \
+ perl-module-xsloader \
+ perl-module-test-simple \
+ libhtml-tagset-perl"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
+
+S = "${WORKDIR}/HTML-Parser-${PV}"
+
+inherit cpan