diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 16:17:19 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 16:17:19 +0100 |
commit | d763106d8f3b619a17ac95b097434effab47a267 (patch) | |
tree | 8a66467c8ee9e7150d849c71e32891bf7a306e85 /recipes/perl | |
parent | fb8ca87aef2a56593ff33527f8112fad392bc071 (diff) |
libxml-dom-perl-native_1.44.bb: created
libxml-dom-perl_1.44.bb: created
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libxml-dom-perl-native_1.44.bb | 6 | ||||
-rw-r--r-- | recipes/perl/libxml-dom-perl_1.44.bb | 18 |
2 files changed, 24 insertions, 0 deletions
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 |