wok-next view perl-pcsc-perl/receipt @ rev 21540

updated cantarell-fonts (0.111 -> 0.201)
author Hans-G?nter Theisgen
date Sun Jun 21 16:26:44 2020 +0100 (2020-06-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="pcsc-perl"
4 PACKAGE="perl-pcsc-perl"
5 VERSION="1.4.14"
6 AUTHOR="WHOM"
7 CATEGORY="perl"
8 SHORT_DESC="Chipcard::PCSC - Smart card reader interface library"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.bz2" # !!!
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl pcsc-lite"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev pcsc-lite-dev"
20 compile_rules() {
21 cook_perl
22 }