wok view perl-test-nowarnings/receipt @ rev 20671

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 11:33:03 2019 +0100 (2019-01-24)
parents 76b72f1ad63c
children 20661c276bcf
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-nowarnings"
4 VERSION="1.04"
5 CATEGORY="development"
6 SHORT_DESC="Make sure you don't emit any warning while testing"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://metacpan.org/release/Test-NoWarnings"
10 SOURCE="Test-NoWarnings"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$TARBALL"
14 DEPENDS="perl-test-tester"
15 BUILD_DEPENDS="perl-test-tester"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }