wok-next view perl-pcsc-perl/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
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 }