Convert packages to the new template format (p).

This commit is contained in:
Juan RP 2013-04-14 11:13:30 +02:00
parent 2f132e330b
commit 08b4f6aae8
137 changed files with 1368 additions and 898 deletions

View file

@ -3,14 +3,21 @@ pkgname=perl-HTML-Parser
version=3.70
revision=1
wrksrc="HTML-Parser-$version"
distfiles="${CPAN_SITE}/HTML/HTML-Parser-$version.tar.gz"
build_style=perl-module
fulldepends="perl>=5.16 perl-HTML-Tagset"
makedepends="perl>=5.16 perl-HTML-Tagset"
short_desc="HTML::Parser - HTML parser class"
homepage="http://search.cpan.org/~gaas/HTML-Parser-3.68/Parser.pm"
license="GPL-1+/Artistic"
maintainer="davehome <davehome@redthumb.info.tm>"
distfiles="${CPAN_SITE}/HTML/HTML-Parser-$version.tar.gz"
checksum=a9a18c79b1d2b315daedafe7598dc1068d562eaeaa5bd46265a6ebd2805446c1
long_desc="
The HTML-Parser distribution is is a collection of modules that parse and
extract information from HTML documents."
perl-HTML-Parser_package() {
depends="${makedepends}"
pkg_install() {
vmove usr
}
}