wok-next view perl-params-validationcompiler/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 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-params-validationcompiler"
4 VERSION="0.24"
5 CATEGORY="perl"
6 SHORT_DESC="Params::ValidationCompiler - Build an optimized subroutine \
7 parameter validator once, use it forever"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Params-ValidationCompiler"
12 TARBALL="Params-ValidationCompiler-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
15 DEPENDS="perl-eval-closure perl-exception-class"
16 BUILD_DEPENDS="$DEPENDS perl-specio perl-test2-suite \
17 perl-test2-plugin-nowarnings perl-test-without-module"
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 }