vdr: fix dependency for libintl
[openembedded.git] / recipes / perl / libxml-twig-perl_3.33.bb
blob8ce0218d9992aa7f4d07d7c0be730d40d36bfe08
1 DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tree mode."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 HOMEPAGE = "http://www.xmltwig.com/"
5 DEPENDS += "libxml-parser-perl"
6 PR = "r3"
8 SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/XML-Twig-${PV}-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz"
10 S = "${WORKDIR}/XML-Twig-${PV}"
12 inherit cpan
14 BBCLASSEXTEND="native"