wok-next annotate perl-test-nowarnings/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 | d5aab818505e |
children |
rev | line source |
---|---|
al@21068 | 1 # SliTaz package receipt v2. |
slaxemulator@11912 | 2 |
al@21068 | 3 ORIGIN="Test-NoWarnings" |
slaxemulator@11912 | 4 PACKAGE="perl-test-nowarnings" |
slaxemulator@11912 | 5 VERSION="1.04" |
al@21068 | 6 AUTHOR="ADAMK" |
al@19709 | 7 CATEGORY="perl" |
al@19709 | 8 SHORT_DESC="Test::NoWarnings - Make sure you didn't emit any warnings while \ |
al@19709 | 9 testing" |
al@21020 | 10 MAINTAINER="devel@slitaz.org" |
pascal@14996 | 11 LICENSE="LGPL2.1" |
al@21068 | 12 WEB_SITE="https://metacpan.org/release/$ORIGIN" |
al@21068 | 13 HOST_ARCH="any" |
al@21068 | 14 REPOLOGY="${PACKAGE/-/:}" |
slaxemulator@11912 | 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@11912 | 21 |
al@21020 | 22 compile_rules() { |
al@21068 | 23 cook_perl |
slaxemulator@11912 | 24 } |