wok-next view perl-test-pod-coverage/receipt @ rev 20561

Up rrdtool (1.7.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 10 00:40:27 2018 +0300 (2018-04-10)
parents 2d12ebd38be4
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-pod-coverage"
4 VERSION="1.10"
5 CATEGORY="perl"
6 SHORT_DESC="Test::Pod::Coverage - Check for pod coverage in your distribution"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Test-Pod-Coverage"
11 TARBALL="Test-Pod-Coverage-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL"
14 DEPENDS="perl-pod-coverage"
15 BUILD_DEPENDS="$DEPENDS"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy @std
28 }