wok-next view perl-test-file-sharedir/receipt @ rev 20902
brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 28 15:39:37 2018 +0300 (2018-07-28) |
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 }