wok-next annotate perl-module-implementation/receipt @ rev 19709

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents 3d257ce86aef
children 4e6503d7a19f
rev   line source
nneul@18450 1 # SliTaz package receipt.
nneul@18450 2
nneul@18450 3 PACKAGE="perl-module-implementation"
nneul@18450 4 VERSION="0.09"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \
al@19709 7 implementations for a module"
nneul@18450 8 MAINTAINER="nneul@neulinger.org"
nneul@18450 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Module-Implementation"
nneul@18450 11
al@19709 12 TARBALL="Module-Implementation-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-module-runtime perl-try-tiny"
al@19709 16 BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-requires"
nneul@18450 17
nneul@18450 18 # Rules to configure and make the package.
nneul@18450 19 compile_rules()
nneul@18450 20 {
nneul@18450 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
nneul@18450 25 }
nneul@18450 26
nneul@18450 27 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18450 28 genpkg_rules()
nneul@18450 29 {
al@19709 30 copy @std
nneul@18450 31 }