wok-next annotate perl-pod-coverage/receipt @ rev 20855

svgcleaner: up (0.9.5); add oxipng
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 15:41:27 2018 +0300 (2018-06-26)
parents
children 4e6503d7a19f
rev   line source
al@19770 1 # SliTaz package receipt.
al@19770 2
al@19770 3 PACKAGE="perl-pod-coverage"
al@19770 4 VERSION="0.23"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Pod::Coverage - Checks if the documentation of a module is \
al@19770 7 comprehensive"
al@19770 8 MAINTAINER="al.bobylev@gmail.com"
al@19770 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/Pod-Coverage"
al@19770 11
al@19770 12 TARBALL="Pod-Coverage-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
al@19770 14
al@19770 15 DEPENDS="perl-devel-symdump"
al@19770 16 BUILD_DEPENDS="$DEPENDS"
al@19770 17
al@19770 18 # Rules to configure and make the package.
al@19770 19 compile_rules()
al@19770 20 {
al@19770 21 perl Makefile.PL &&
al@19770 22 make && make DESTDIR=$install install &&
al@19770 23
al@19770 24 chmod -R u+w $install
al@19770 25 }
al@19770 26
al@19770 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19770 28 genpkg_rules()
al@19770 29 {
al@19770 30 copy @std
al@19770 31 }