blob: 8ce0218d9992aa7f4d07d7c0be730d40d36bfe08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tree mode."
SECTION = "libs"
LICENSE = "Artistic|GPL"
HOMEPAGE = "http://www.xmltwig.com/"
DEPENDS += "libxml-parser-perl"
PR = "r3"
SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/XML-Twig-${PV}-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz"
S = "${WORKDIR}/XML-Twig-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|