wok-next annotate perl-common-sense/receipt @ rev 21289

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
parents d5aab818505e
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
pascal@17380 2
al@21068 3 ORIGIN="common-sense"
pascal@17380 4 PACKAGE="perl-common-sense"
al@19709 5 VERSION="3.74"
al@21068 6 AUTHOR="MLEHMANN"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!"
pascal@17380 9 MAINTAINER="pascal.bellard@slitaz.org"
al@21068 10 LICENSE="GPL" # metacpan: unknown
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@19709 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
pascal@17380 16
al@21068 17 DEPENDS_std="perl"
al@21068 18 BUILD_DEPENDS="$DEPENDS_std"
al@21068 19
al@21068 20 COOKOPTS="force-arch" # architecture-dependent paths
pascal@17380 21
al@21020 22 compile_rules() {
al@21068 23 cook_perl
pascal@17380 24 }