wok-next view perl-params-validationcompiler/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 44d2daaccb67
children 5fac1a2da249
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-params-validationcompiler"
4 VERSION="0.27"
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"
11 REPOLOGY="perl:params-validationcompiler"
13 TARBALL="Params-ValidationCompiler-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 DEPENDS="perl-eval-closure perl-exception-class"
17 BUILD_DEPENDS="$DEPENDS perl-specio perl-test2-suite \
18 perl-test2-plugin-nowarnings perl-test-without-module"
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 }