wok-next annotate perl-number-compare/receipt @ rev 19903

lynx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 18:00:53 2017 +0200 (2017-10-12)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
slaxemulator@10174 1 # SliTaz package receipt.
slaxemulator@10174 2
slaxemulator@10174 3 PACKAGE="perl-number-compare"
al@19709 4 VERSION="0.03"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Number::Compare - numeric comparisons"
slaxemulator@10174 7 MAINTAINER="slaxemulator@gmail.com"
al@19709 8 LICENSE="unknown"
al@19709 9 WEB_SITE="https://metacpan.org/release/Number-Compare"
al@19709 10
al@19709 11 TARBALL="Number-Compare-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
al@19709 13
slaxemulator@10174 14 DEPENDS="perl"
slaxemulator@10174 15 BUILD_DEPENDS="perl"
slaxemulator@10174 16
slaxemulator@10174 17 # Rules to configure and make the package.
slaxemulator@10174 18 compile_rules()
slaxemulator@10174 19 {
slaxemulator@10174 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
slaxemulator@10174 24 }
slaxemulator@10174 25
slaxemulator@10174 26 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10174 27 genpkg_rules()
slaxemulator@10174 28 {
al@19709 29 copy @std
al@19709 30 }