From d763106d8f3b619a17ac95b097434effab47a267 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 1 Jan 2010 16:17:19 +0100 Subject: libxml-dom-perl-native_1.44.bb: created libxml-dom-perl_1.44.bb: created --- recipes/perl/libxml-dom-perl-native_1.44.bb | 6 ++++++ recipes/perl/libxml-dom-perl_1.44.bb | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 recipes/perl/libxml-dom-perl-native_1.44.bb create mode 100644 recipes/perl/libxml-dom-perl_1.44.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-dom-perl-native_1.44.bb b/recipes/perl/libxml-dom-perl-native_1.44.bb new file mode 100644 index 0000000000..98d050d02f --- /dev/null +++ b/recipes/perl/libxml-dom-perl-native_1.44.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libxml-dom-perl_${PV}.bb + +inherit native + diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb new file mode 100644 index 0000000000..82ed697a5b --- /dev/null +++ b/recipes/perl/libxml-dom-perl_1.44.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures" +SECTION = "libs" +LICENSE = "unknown" + +RDEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \ + libhtml-parser-perl-native libhtml-tagset-perl-native \ + liburi-perl-native libwww-perl-native" + +RDEPENDS += "libxml-parser-perl libxml-regexp-perl \ + libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl" + +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz" + +S = "${WORKDIR}/XML-DOM-${PV}" + +inherit cpan -- cgit v1.2.3