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

@ -2,10 +2,9 @@
pkgname=perl-XML-Simple
version=2.20
revision=1
noarch=yes
wrksrc="XML-Simple-$version"
build_style=perl-module
fulldepends="perl>=5.16 expat perl-XML-Parser perl-XML-SAX"
makedepends="perl>=5.16 expat perl-XML-Parser perl-XML-SAX"
short_desc="Easy Perl API to read/write XML"
homepage="http://search.cpan.org/dist/XML-Simple/"
license="GPL-1+/Artistic"
@ -15,3 +14,11 @@ checksum=5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a
long_desc="
This Perl module provides an easy API to read and write XML
(especially configuration files)."
perl-XML-Simple_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove usr
}
}