wok-next view perl-test-pod-coverage/receipt @ rev 20137
mariadb: receipt v2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 31 21:42:04 2017 +0100 (2017-10-31) |
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 }