summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-xpath-perl_1.13.bb
blob: d1f28c46551b5359ee7792dd250f16dc6b2c6ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"