wok-next annotate perl-test-fatal/receipt @ rev 19999

Up qedit, qbittorrent
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:21:58 2017 +0200 (2017-10-20)
parents 3d257ce86aef
children 0e7893ac206d
rev   line source
nneul@18450 1 # SliTaz package receipt.
nneul@18450 2
nneul@18450 3 PACKAGE="perl-test-fatal"
nneul@18450 4 VERSION="0.014"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Test::Fatal - incredibly simple helpers for testing code with \
al@19709 7 exceptions"
nneul@18450 8 MAINTAINER="nneul@neulinger.org"
nneul@18450 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Test-Fatal"
nneul@18450 11
al@19709 12 TARBALL="Test-Fatal-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-try-tiny"
nneul@18450 16 BUILD_DEPENDS="$DEPENDS"
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 }