wok-next view perl-specio/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-specio"
4 VERSION="0.36"
5 CATEGORY="perl"
6 SHORT_DESC="Specio - Type constraints and coercions for Perl"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Specio"
11 TARBALL="Specio-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
14 DEPENDS="perl-devel-stacktrace perl-eval-closure perl-module-runtime \
15 perl-mro-compat perl-role-tiny perl-test-fatal"
16 BUILD_DEPENDS="$DEPENDS perl-test-needs"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }