# Template file for 'perl-pcsc' pkgname=perl-pcsc version=1.4.14 revision=11 _origname="pcsc-perl" build_style=perl-module hostmakedepends="pkg-config perl" makedepends="perl pcsclite-devel" depends="perl libpcsclite" short_desc="Perl wrapper to the PC/SC smartcard library (pcsc-lite)" maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/index.html" distfiles="http://ludovic.rousseau.free.fr/softwares/${_origname}/${_origname}-${version}.tar.bz2" checksum=2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d make_check=no # requires hardware post_install() { for f in examples/* test.pl; do vsconf $f done }