wok-next annotate perl-file-find-rule/receipt @ rev 20337

orpheus: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 21:37:29 2017 +0100 (2017-11-16)
parents 2d12ebd38be4
children 4e6503d7a19f
rev   line source
slaxemulator@10176 1 # SliTaz package receipt.
slaxemulator@10176 2
slaxemulator@10176 3 PACKAGE="perl-file-find-rule"
al@19709 4 VERSION="0.34"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="File::Find::Rule - Alternative interface to File::Find"
slaxemulator@10176 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/File-Find-Rule"
al@19709 10
al@19709 11 TARBALL="File-Find-Rule-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl-number-compare perl-text-glob"
slaxemulator@10176 15 BUILD_DEPENDS="$DEPENDS"
slaxemulator@10176 16
slaxemulator@10176 17 # Rules to configure and make the package.
slaxemulator@10176 18 compile_rules()
slaxemulator@10176 19 {
slaxemulator@10176 20 perl Makefile.PL &&
al@19709 21 make && make DESTDIR=$install install &&
al@19709 22
al@19709 23 chmod -R u+w $install
slaxemulator@10176 24 }
slaxemulator@10176 25
slaxemulator@10176 26 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@10176 27 genpkg_rules()
slaxemulator@10176 28 {
al@19709 29 copy @std
slaxemulator@10176 30 }