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

Check Repology info from m* to python-babel
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 12 18:34:58 2018 +0300 (2018-07-12)
parents bc6672455954
children d5aab818505e
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@20884 11 REPOLOGY="perl:pod-coverage"
al@19770 12
al@19770 13 TARBALL="Pod-Coverage-$VERSION.tar.gz"
al@19770 14 WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
al@19770 15
al@19770 16 DEPENDS="perl-devel-symdump"
al@19770 17 BUILD_DEPENDS="$DEPENDS"
al@19770 18
al@19770 19 # Rules to configure and make the package.
al@19770 20 compile_rules()
al@19770 21 {
al@19770 22 perl Makefile.PL &&
al@19770 23 make && make DESTDIR=$install install &&
al@19770 24
al@19770 25 chmod -R u+w $install
al@19770 26 }
al@19770 27
al@19770 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19770 29 genpkg_rules()
al@19770 30 {
al@19770 31 copy @std
al@19770 32 }