wok-next annotate perl-pcsc-perl/receipt @ rev 21605

dropbear: add ed25519 key
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 08:01:52 2020 +0000 (2020-06-25)
parents
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
al@21068 2
al@21068 3 ORIGIN="pcsc-perl"
al@21068 4 PACKAGE="perl-pcsc-perl"
al@21068 5 VERSION="1.4.14"
al@21068 6 AUTHOR="WHOM"
al@21068 7 CATEGORY="perl"
al@21068 8 SHORT_DESC="Chipcard::PCSC - Smart card reader interface library"
al@21068 9 MAINTAINER="devel@slitaz.org"
al@21068 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 REPOLOGY="${PACKAGE/-/:}"
al@21068 13
al@21068 14 TARBALL="$ORIGIN-$VERSION.tar.bz2" # !!!
al@21068 15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@21068 16
al@21068 17 DEPENDS_std="perl pcsc-lite"
al@21068 18 BUILD_DEPENDS="$DEPENDS_std perl-dev pcsc-lite-dev"
al@21068 19
al@21068 20 compile_rules() {
al@21068 21 cook_perl
al@21068 22 }