Convert packages to the new template format (p).
This commit is contained in:
parent
2f132e330b
commit
08b4f6aae8
137 changed files with 1368 additions and 898 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue