wok-next view perl-test-file-sharedir/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 1a86cb99cbbf
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-file-sharedir"
4 VERSION="1.001002"
5 CATEGORY="perl"
6 SHORT_DESC="Test::File::ShareDir - Create a Fake ShareDir for your modules for \
7 testing"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Test-File-ShareDir"
11 REPOLOGY="perl:test-file-sharedir"
13 TARBALL="Test-File-ShareDir-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
16 DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \
17 perl-path-tiny perl-scope-guard"
18 BUILD_DEPENDS="$DEPENDS perl-test-fatal"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }