21 lines
628 B
Text
21 lines
628 B
Text
# Template build file for 'perl-Archive-Zip'.
|
|
pkgname=perl-Archive-Zip
|
|
version=1.30
|
|
revision=1
|
|
wrksrc="Archive-Zip-${version}"
|
|
build_style=perl-module
|
|
makedepends="perl>=5.16"
|
|
short_desc="Provide a perl interface to ZIP archive files"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="GPL, PerlArtistic"
|
|
homepage="http://search.cpan.org/dist/Archive-Zip/"
|
|
distfiles="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-${version}.tar.gz"
|
|
checksum=f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318
|
|
|
|
perl-Archive-Zip_package() {
|
|
noarch="yes"
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|