wok view perl-file-find-rule/receipt @ rev 14489

Up bind (9.9.2-P2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 03 10:18:12 2013 +0200 (2013-05-03)
parents
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-file-find-rule"
4 VERSION="0.32"
5 CATEGORY="development"
6 SHORT_DESC="Perl/CPAN Module File::Find::Rule."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="perl-text-glob perl-number-compare perl"
9 BUILD_DEPENDS="$DEPENDS"
10 SOURCE="File-Find-Rule"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://search.cpan.org/dist/File-Find-Rule/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RC/RCLAMP/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL &&
20 make &&
21 make install DESTDIR=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/lib $fs/usr
30 }