wok-next view perl-file-slurp/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-file-slurp"
4 VERSION="9999.21"
5 CATEGORY="perl"
6 SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \
7 Complete Files"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/File-Slurp"
11 HOST_ARCH="any"
12 REPOLOGY="perl:file-slurp"
14 TARBALL="File-Slurp-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$TARBALL"
17 BUILD_DEPENDS="perl"
19 compile_rules() {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl"
30 }