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

Rebuild Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 11 23:38:35 2018 +0200 (2018-12-11)
parents 2032afd3d24e
children
rev   line source
al@21026 1 # SliTaz package receipt v2.
pascal@3246 2
al@21068 3 ORIGIN="Config-IniFiles"
pascal@3246 4 PACKAGE="perl-config-inifiles"
al@21026 5 VERSION="3.000000"
al@21068 6 AUTHOR="SHLOMIF"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Config::IniFiles - A module for reading .ini-style configuration \
al@19709 9 files"
pascal@3246 10 MAINTAINER="pascal.bellard@slitaz.org"
al@21068 11 LICENSE="Perl"
al@21068 12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21026 13 HOST_ARCH="any"
al@21068 14 REPOLOGY="${PACKAGE/-/:}"
al@19709 15
al@21068 16 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 18
al@21068 19 DEPENDS_std="perl-io-stringy"
al@21068 20 BUILD_DEPENDS="$DEPENDS_std perl-module-build"
pascal@3246 21
al@21020 22 compile_rules() {
al@21068 23 cook_perl
pascal@3246 24 }