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

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
al@20443 1 # SliTaz package receipt v2.
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@20443 15 BUILD_DEPENDS="perl-try-tiny"
nneul@18450 16
al@20443 17 compile_rules() {
nneul@18450 18 perl Makefile.PL &&
al@19709 19 make && make DESTDIR=$install install &&
al@19709 20
al@19709 21 chmod -R u+w $install
nneul@18450 22 }
nneul@18450 23
al@20443 24 genpkg_rules() {
al@19709 25 copy @std
al@20443 26 DEPENDS="perl-try-tiny"
nneul@18450 27 }