wok-next view perl-archive-zip/receipt @ rev 21026

Tiny updates (Perl modules)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:30:58 2018 +0200 (2018-11-03)
parents d5aab818505e
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-archive-zip"
4 VERSION="1.64"
5 CATEGORY="perl"
6 SHORT_DESC="Archive::Zip - Provide an interface to ZIP archive files"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Archive-Zip"
10 HOST_ARCH="any"
11 REPOLOGY="perl:archive-zip"
13 TARBALL="Archive-Zip-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/P/PH/PHRED/$TARBALL"
16 BUILD_DEPENDS="perl"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl"
29 }