wok view perl-config-tiny/receipt @ rev 18321

Add xsshfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 12:21:38 2015 +0200 (2015-09-01)
parents
children 46fc8daa3b41
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-config-tiny"
4 VERSION="2.22"
5 CATEGORY="development"
6 SHORT_DESC="Config::Tiny module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="Config-Tiny"
11 TARBALL="$SOURCE-$VERSION.tgz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 perl Makefile.PL &&
19 make &&
20 make install DESTDIR=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/lib $fs/usr
28 }