wok-next annotate perl-config-tiny/receipt @ rev 19709
Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 11 02:23:02 2017 +0300 (2017-05-11) |
parents | 46fc8daa3b41 |
children | 4e6503d7a19f |
rev | line source |
---|---|
pascal@18321 | 1 # SliTaz package receipt. |
pascal@18321 | 2 |
pascal@18321 | 3 PACKAGE="perl-config-tiny" |
al@19709 | 4 VERSION="2.23" |
al@19709 | 5 CATEGORY="perl" |
al@19709 | 6 SHORT_DESC="Config::Tiny - Read/Write .ini style files with as little code as \ |
al@19709 | 7 possible" |
pascal@18321 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@18334 | 9 LICENSE="GPL2" |
al@19709 | 10 WEB_SITE="https://metacpan.org/release/Config-Tiny" |
al@19709 | 11 |
al@19709 | 12 TARBALL="Config-Tiny-$VERSION.tgz" |
al@19709 | 13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$TARBALL" |
pascal@18321 | 14 |
pascal@18334 | 15 DEPENDS="perl" |
pascal@18334 | 16 BUILD_DEPENDS="perl" |
pascal@18334 | 17 |
pascal@18321 | 18 # Rules to configure and make the package. |
pascal@18321 | 19 compile_rules() |
pascal@18321 | 20 { |
pascal@18321 | 21 perl Makefile.PL && |
al@19709 | 22 make && make DESTDIR=$install install && |
al@19709 | 23 |
al@19709 | 24 chmod -R u+w $install |
pascal@18321 | 25 } |
pascal@18321 | 26 |
pascal@18321 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@18321 | 28 genpkg_rules() |
pascal@18321 | 29 { |
al@19709 | 30 copy @std |
pascal@18321 | 31 } |