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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children f17e1f86f546
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 BUILD_DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \
17 perl-path-tiny perl-scope-guard perl-test-fatal"
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-class-tiny perl-file-copy-recursive perl-file-sharedir \
30 perl-path-tiny perl-scope-guard"
31 }