Convert packages to the new template format (avahi-discover build deps).

This commit is contained in:
Juan RP 2013-04-13 13:29:34 +02:00
parent 3959ad7465
commit 1bd4f8bf30
37 changed files with 338 additions and 335 deletions

View file

@ -3,17 +3,23 @@ pkgname=perl-XML-SAX
version=0.99
revision=1
wrksrc="XML-SAX-$version"
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
build_style=perl-module
fulldepends="perl perl-XML-NamespaceSupport perl-XML-SAX-Base"
makedepends="perl perl-XML-NamespaceSupport perl-XML-SAX-Base"
short_desc="Perl interface to the SAX2 XML Parser"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://search.cpan.org/dist/XML-SAX"
license="GPL-2"
distfiles="${CPAN_SITE}/XML/XML-SAX-$version.tar.gz"
checksum=32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84
long_desc="
This module provides ways to parse XML documents. It is built on top of
XML::SAX::Expat, which is a lower level interface to James Clark's
expat library."
noarch=yes
perl-XML-SAX_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove usr
}
}