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

font-manager: dev package is empty, update deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 16:56:15 2018 +0300 (2018-05-11)
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 }