wok-next annotate perl-config-tiny/receipt @ rev 20200

libgnomeprint: add bison 3 patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 03 17:38:15 2017 +0100 (2017-11-03)
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 }