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

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@18321 2
al@21068 3 ORIGIN="Config-Tiny"
pascal@18321 4 PACKAGE="perl-config-tiny"
al@19709 5 VERSION="2.23"
al@21068 6 AUTHOR="RSAVAGE"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Config::Tiny - Read/Write .ini style files with as little code as \
al@19709 9 possible"
pascal@18321 10 MAINTAINER="pascal.bellard@slitaz.org"
al@21068 11 LICENSE="Perl"
al@21068 12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 13 HOST_ARCH="any"
al@21068 14 REPOLOGY="${PACKAGE/-/:}"
al@19709 15
al@21068 16 TARBALL="$ORIGIN-$VERSION.tgz" # !!!
al@21068 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
pascal@18321 18
al@21068 19 DEPENDS_std="perl"
al@21068 20 BUILD_DEPENDS="$DEPENDS_std"
pascal@18334 21
al@21020 22 compile_rules() {
al@21068 23 cook_perl
pascal@18321 24 }