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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }