wok-next annotate perl-file-slurp/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
parents | 2032afd3d24e |
children |
rev | line source |
---|---|
al@21026 | 1 # SliTaz package receipt v2. |
slaxemulator@9298 | 2 |
al@21068 | 3 ORIGIN="File-Slurp" |
slaxemulator@9298 | 4 PACKAGE="perl-file-slurp" |
al@21068 | 5 VERSION="9999.25" |
al@21068 | 6 AUTHOR="CAPOEIRAB" |
al@19709 | 7 CATEGORY="perl" |
al@19709 | 8 SHORT_DESC="File::Slurp - Simple and Efficient Reading/Writing/Modifying of \ |
al@19709 | 9 Complete Files" |
al@21020 | 10 MAINTAINER="devel@slitaz.org" |
pascal@14702 | 11 LICENSE="GPL" |
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" |
al@21068 | 20 BUILD_DEPENDS="$DEPENDS_std" |
slaxemulator@9298 | 21 |
al@21020 | 22 compile_rules() { |
al@21068 | 23 cook_perl |
slaxemulator@9298 | 24 } |