aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-12 08:22:26 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:45:17 -0700
commit8acf0d2c70ac134888dce17fefc432d99b6cbd3b (patch)
tree89d311aea4fd676261ecca3dceeeb584181d9871
parentb674680b437830274c9b22be0eccd3afe62b9106 (diff)
downloadmeta-openembedded-contrib-8acf0d2c70ac134888dce17fefc432d99b6cbd3b.tar.gz
libxml-sax-perl: add 0.99
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libxml/libxml-sax-perl_0.99.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-perl_0.99.bb b/meta-perl/recipes-perl/libxml/libxml-sax-perl_0.99.bb
new file mode 100644
index 0000000000..29b0a317e6
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-sax-perl_0.99.bb
@@ -0,0 +1,26 @@
+SUMMARY = "XML::SAX- Simple API for XML"
+DESCRIPTION = "XML::SAX is a SAX parser access API for Perl. It includes \
+classes and APIs required for implementing SAX drivers, along with a \
+factory class for returning any SAX parser installed on the user's system."
+
+SECTION = "libs"
+
+HOMEPAGE = "http://metapan.org/pod/XML-SAX/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
+SRC_URI[md5sum] = "290f5375ae87fdebfdb5bc3854019f24"
+SRC_URI[sha256sum] = "32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84"
+
+S = "${WORKDIR}/XML-SAX-${PV}"
+
+inherit cpan
+
+DEPENDS_${PN} = " perl-module-file-temp-native \
+ libxml-namespacesupport-perl-native \
+ libxml-sax-base-perl-native \
+"
+
+BBCLASSEXTEND = "native"