wok-next view perl-cgi/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents 701a4b1784b6
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="CGI"
4 PACKAGE="perl-cgi"
5 VERSION="4.40"
6 AUTHOR="LEEJO"
7 CATEGORY="perl"
8 SHORT_DESC="CGI - Handle Common Gateway Interface requests and responses"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="Perl"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl-html-parser"
19 BUILD_DEPENDS="$DEPENDS_std perl-test-deep perl-test-nowarnings perl-test-warn"
21 compile_rules() {
22 cook_perl
23 }