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

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children f17e1f86f546
rev   line source
al@21017 1 # SliTaz package receipt v2.
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"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Carp-Clan"
al@20884 11 REPOLOGY="perl:carp-clan"
al@19709 12
al@19709 13 TARBALL="Carp-Clan-$VERSION.tar.gz"
al@19709 14 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
al@19709 15
al@21017 16 BUILD_DEPENDS="perl-test-exception"
slaxemulator@10171 17
al@21017 18 compile_rules() {
slaxemulator@10171 19 perl Makefile.PL &&
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
slaxemulator@10171 24 }
slaxemulator@10171 25
al@21017 26 genpkg_rules() {
al@19709 27 copy @std
al@21017 28 DEPENDS="perl-test-exception"
al@19709 29 }