25 lines
711 B
Plaintext
25 lines
711 B
Plaintext
# Template build file for 'perl-XML-Simple'.
|
|
pkgname=perl-XML-Simple
|
|
version=2.20
|
|
revision=1
|
|
wrksrc="XML-Simple-$version"
|
|
build_style=perl-module
|
|
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"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${CPAN_SITE}/XML/XML-Simple-$version.tar.gz"
|
|
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
|
|
}
|
|
}
|