summaryrefslogtreecommitdiff
path: root/recipes/perl/libxml-sax-perl_0.96.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libxml-sax-perl_0.96.bb')
-rw-r--r--recipes/perl/libxml-sax-perl_0.96.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libxml-sax-perl_0.96.bb b/recipes/perl/libxml-sax-perl_0.96.bb
new file mode 100644
index 0000000000..260a98f809
--- /dev/null
+++ b/recipes/perl/libxml-sax-perl_0.96.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "XML-SAX"
+SECTION = "libs"
+LICENSE = ""
+DEPENDS += "libxml-namespacesupport-perl-native"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz;name=sax"
+SRC_URI[sax.md5sum] = "bdcd4119a62505184e211e9dfaef0ab1"
+SRC_URI[sax.sha256sum] = "9bbef613afa42c46df008d537decc5a61df7e92d65463f3c900769f39e5c8e08"
+
+S = "${WORKDIR}/XML-SAX-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"