wok-next view perl-test-number-delta/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents 2d12ebd38be4
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-number-delta"
4 VERSION="1.06"
5 CATEGORY="perl"
6 SHORT_DESC="Test::Number::Delta - Compare the difference between numbers \
7 against a given tolerance"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Test-Number-Delta"
12 TARBALL="Test-Number-Delta-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/$TARBALL"
15 DEPENDS="perl"
16 BUILD_DEPENDS="perl"
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 }