wok-next view perl-getopt-long/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Getopt-Long"
4 PACKAGE="perl-getopt-long"
5 VERSION="2.50"
6 AUTHOR="JV"
7 CATEGORY="perl"
8 SHORT_DESC="Getopt::Long - Extended processing of command line options"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
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"
17 TARBALL_SHA1="e25d194a7b2d5c25a4c926b60c4580e640173297"
19 DEPENDS="perl"
20 BUILD_DEPENDS="$DEPENDS"
22 compile_rules() {
23 cook_perl
24 }