wok view perl-test-mockmodule/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 15650f5d595b
children b27d8c263cba
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-test-mockmodule"
4 VERSION="0.177.0"
5 CATEGORY="development"
6 SHORT_DESC="Perl extension Test::MockModule."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/Test::MockModule"
10 REPOLOGY="perl:test-mockmodule"
12 SOURCE="Test-MockModule"
13 TARBALL="$SOURCE-v$VERSION.tar.gz"
14 WGET_URL="https://www.cpan.org/modules/by-module/Test/$TARBALL"
16 DEPENDS="perl perl-sub-identify perl-super perl-test-warnings"
17 BUILD_DEPENDS="$DEPENDS"
19 current_version()
20 {
21 wget -O - $WEB_SITE 2>/dev/null | \
22 sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
23 }
25 # Rules to configure and make the package.
26 compile_rules()
27 {
28 perl Build.PL &&
29 ./Build &&
30 ./Build test &&
31 ./Build --destdir $DESTDIR install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 cook_copy_folders lib
38 }