diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 16:13:02 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-01 16:13:02 +0100 |
commit | fb8ca87aef2a56593ff33527f8112fad392bc071 (patch) | |
tree | 92fcb476ab66e7ef74e3bb9ecb19f87cc3f8c86a /recipes | |
parent | a56ea158d96e124f8aae99bacd3559133968d17b (diff) |
libxml-regexp-perl_0.03.bb - created
libxml-regexp-perl-native_0.03.bb - created
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-regexp-perl-native_0.03.bb | 5 | ||||
-rw-r--r-- | recipes/perl/libxml-regexp-perl_0.03.bb | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libxml-regexp-perl-native_0.03.bb b/recipes/perl/libxml-regexp-perl-native_0.03.bb new file mode 100644 index 0000000000..29fc89fe47 --- /dev/null +++ b/recipes/perl/libxml-regexp-perl-native_0.03.bb @@ -0,0 +1,5 @@ +SECTION = "libs" + +inherit native + +require libxml-regexp-perl_${PV}.bb diff --git a/recipes/perl/libxml-regexp-perl_0.03.bb b/recipes/perl/libxml-regexp-perl_0.03.bb new file mode 100644 index 0000000000..fd9cb64be5 --- /dev/null +++ b/recipes/perl/libxml-regexp-perl_0.03.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "XML::RegExp - Regular expressions for XML tokens" +SECTION = "libs" +LICENSE = "unknown" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-RegExp-${PV}.tar.gz" + +S = "${WORKDIR}/XML-RegExp-${PV}" + +inherit cpan |