From 6cd92d1545ccf5d4f1459f70faa81be68adb0794 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Thu, 21 Jan 2010 19:53:24 +0100 Subject: [PATCH] libxml-sax-perl_0.96.bb: new recipe --- recipes/perl/libxml-sax-perl_0.96.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libxml-sax-perl_0.96.bb 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" -- 2.39.5