wok-next annotate perl-exporter-tiny/receipt @ rev 21357
updated gimp (2.10.14 -> 2.10.18)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 13:55:06 2020 +0100 (2020-04-11) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@20955 | 1 # SliTaz package receipt v2. |
nneul@18451 | 2 |
al@21068 | 3 ORIGIN="Exporter-Tiny" |
nneul@18451 | 4 PACKAGE="perl-exporter-tiny" |
al@20955 | 5 VERSION="1.002001" |
al@21068 | 6 AUTHOR="TOBYINK" |
al@19709 | 7 CATEGORY="perl" |
al@19709 | 8 SHORT_DESC="Exporter::Tiny - an exporter with the features of Sub::Exporter \ |
al@19709 | 9 but only core dependencies" |
al@21020 | 10 MAINTAINER="devel@slitaz.org" |
nneul@18451 | 11 LICENSE="GPL" |
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.tar.gz" |
al@21068 | 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" |
nneul@18451 | 18 |
al@21068 | 19 DEPENDS_std="perl" |
al@21068 | 20 BUILD_DEPENDS="$DEPENDS_std" |
nneul@18451 | 21 |
al@20955 | 22 compile_rules() { |
al@21068 | 23 cook_perl |
nneul@18451 | 24 } |