[oe-commits] Frans Meulenbroeks : libxml-xpath-perl_1.13.bb: new recipe

git version control git at git.openembedded.org
Sat Sep 11 12:09:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2f8bab433c8b9db9f85d5ac2eaa87e5147d3aeeb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f8bab433c8b9db9f85d5ac2eaa87e5147d3aeeb

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 11 12:38:41 2010 +0200

libxml-xpath-perl_1.13.bb: new recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/perl/libxml-xpath-perl_1.13.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libxml-xpath-perl_1.13.bb b/recipes/perl/libxml-xpath-perl_1.13.bb
new file mode 100644
index 0000000..d1f28c4
--- /dev/null
+++ b/recipes/perl/libxml-xpath-perl_1.13.bb
@@ -0,0 +1,14 @@
+DESCRIPTION ="XML::XPath - a set of modules for parsing and evaluating XPath statement"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${PV}.tar.gz"
+SRC_URI[md5sum] = "b5919d9220d83982feb6e2321850c5d7"
+SRC_URI[sha256sum] = "2a49c2df34007588397bdf7ae5f122df72a9499df5cbec8fbc6ad4a31a775576"
+
+S = "${WORKDIR}/XML-XPath-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list