wok-next diff perl-test-inter/receipt @ rev 21382
updated nbd (3.3 -> 3.20)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 17:27:00 2020 +0100 (2020-04-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-test-inter/receipt Thu Apr 16 17:27:00 2020 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +ORIGIN="Test-Inter" 1.7 +PACKAGE="perl-test-inter" 1.8 +VERSION="1.07" 1.9 +AUTHOR="SBECK" 1.10 +CATEGORY="perl" 1.11 +SHORT_DESC="Test::Inter - framework for more readable interactive test scripts" 1.12 +MAINTAINER="al.bobylev@gmail.com" 1.13 +LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.15 +HOST_ARCH="any" 1.16 +REPOLOGY="${PACKAGE/-/:}" 1.17 + 1.18 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.19 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.20 + 1.21 +DEPENDS_std="perl" 1.22 +BUILD_DEPENDS="$DEPENDS_std" 1.23 + 1.24 +compile_rules() { 1.25 + cook_perl 1.26 +}