wok annotate 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
rev   line source
pascal@18321 1 # SliTaz package receipt.
pascal@18321 2
pascal@18321 3 PACKAGE="perl-config-tiny"
pascal@18321 4 VERSION="2.22"
pascal@18321 5 CATEGORY="development"
pascal@18321 6 SHORT_DESC="Config::Tiny module is a Perl extension."
pascal@18321 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18321 8 DEPENDS="perl"
pascal@18321 9 BUILD_DEPENDS="perl"
pascal@18321 10 SOURCE="Config-Tiny"
pascal@18321 11 TARBALL="$SOURCE-$VERSION.tgz"
pascal@18321 12 WEB_SITE="http://cpan.org/"
pascal@18321 13 WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/$TARBALL"
pascal@18321 14
pascal@18321 15 # Rules to configure and make the package.
pascal@18321 16 compile_rules()
pascal@18321 17 {
pascal@18321 18 perl Makefile.PL &&
pascal@18321 19 make &&
pascal@18321 20 make install DESTDIR=$DESTDIR
pascal@18321 21 }
pascal@18321 22
pascal@18321 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18321 24 genpkg_rules()
pascal@18321 25 {
pascal@18321 26 mkdir -p $fs/usr
pascal@18321 27 cp -a $install/usr/lib $fs/usr
pascal@18321 28 }