wok-next annotate perl-config-inifiles/receipt @ rev 20709

cdrdao: add patch.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 26 17:09:29 2018 +0300 (2018-05-26)
parents 2d12ebd38be4
children 44d2daaccb67
rev   line source
pascal@3246 1 # SliTaz package receipt.
pascal@3246 2
pascal@3246 3 PACKAGE="perl-config-inifiles"
al@19709 4 VERSION="2.94"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \
al@19709 7 files"
pascal@3246 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Config-IniFiles"
al@19709 11
al@19709 12 TARBALL="Config-IniFiles-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-io-stringy"
al@19709 16 BUILD_DEPENDS="$DEPENDS perl-module-build"
pascal@3246 17
pascal@3246 18 # Rules to configure and make the package.
pascal@3246 19 compile_rules()
pascal@3246 20 {
al@19709 21 perl Makefile.PL &&
al@19709 22 make && make DESTDIR=$install install &&
al@19709 23
al@19709 24 chmod -R u+w $install
pascal@3246 25 }
pascal@3246 26
pascal@3246 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3246 28 genpkg_rules()
pascal@3246 29 {
al@19709 30 copy @std
pascal@3246 31 }