wok-next annotate perl-carp-clan/receipt @ rev 19961

Remove libtinfo dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 10:26:48 2017 +0200 (2017-10-17)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
slaxemulator@10171 1 # SliTaz package receipt.
slaxemulator@10171 2
slaxemulator@10171 3 PACKAGE="perl-carp-clan"
al@19709 4 VERSION="6.06"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Carp::Clan - Report errors from perspective of caller of a \
al@19709 7 \"clan\" of modules"
slaxemulator@10171 8 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Carp-Clan"
al@19709 11
al@19709 12 TARBALL="Carp-Clan-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-test-exception"
al@19709 16 BUILD_DEPENDS="$DEPENDS"
slaxemulator@10171 17
slaxemulator@10171 18 # Rules to configure and make the package.
slaxemulator@10171 19 compile_rules()
slaxemulator@10171 20 {
slaxemulator@10171 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
slaxemulator@10171 25 }
slaxemulator@10171 26
slaxemulator@10171 27 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10171 28 genpkg_rules()
slaxemulator@10171 29 {
al@19709 30 copy @std
al@19709 31 }