wok-next diff perl-test-inter/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-test-inter/receipt	Thu Dec 12 17:26:25 2019 +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 +}