wok-next view perl-common-sense/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="common-sense"
4 PACKAGE="perl-common-sense"
5 VERSION="3.74"
6 AUTHOR="MLEHMANN"
7 CATEGORY="perl"
8 SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL" # metacpan: unknown
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl"
18 BUILD_DEPENDS="$DEPENDS_std"
20 COOKOPTS="force-arch" # architecture-dependent paths
22 compile_rules() {
23 cook_perl
24 }