# Template build file for 'perl-XML-NamespaceSupport'. pkgname=perl-XML-NamespaceSupport version=1.11 revision=1 wrksrc="XML-NamespaceSupport-$version" build_style=perl-module makedepends="perl" short_desc="Perl module to the SAX2 NamespaceSupport class" homepage="http://search.cpan.org/~perigrin/XML-NamespaceSupport-1.11/" license="GPL+ or Artistic" maintainer="Juan RP " distfiles="${CPAN_SITE}/XML/XML-NamespaceSupport-$version.tar.gz" checksum=6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea long_desc=" This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks." perl-XML-NamespaceSupport_package() { depends="${makedepends}" noarch="yes" pkg_install() { vmove usr } }