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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children 4e6503d7a19f
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"
12 TARBALL="Test-File-ShareDir-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
15 DEPENDS="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \
16 perl-path-tiny perl-scope-guard"
17 BUILD_DEPENDS="$DEPENDS perl-test-fatal"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }