wok-next view perl-extutils-helpers/receipt @ rev 21019

tor update: 0.3.3.7 -> 0.3.3.10
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Oct 28 14:13:49 2018 +0000 (2018-10-28)
parents 1a86cb99cbbf
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-extutils-helpers"
4 VERSION="0.026"
5 CATEGORY="perl"
6 SHORT_DESC="ExtUtils::Helpers - Various portability utilities for module \
7 builders"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/ExtUtils-Helpers"
11 REPOLOGY="perl:extutils-helpers"
13 TARBALL="ExtUtils-Helpers-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/L/LE/LEONT/$TARBALL"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }