vp-build/srcpkgs/perl-pcsc/template

23 lines
733 B
Bash

# Template build file for 'perl-pcsc'.
pkgname=perl-pcsc
version=1.4.14
revision=2
_origname="pcsc-perl"
wrksrc="${_origname}-${version}"
build_style=perl-module
hostmakedepends="pkg-config perl"
makedepends="${hostmakedepends} pcsclite-devel"
depends="perl libpcsclite"
short_desc="Perl wrapper to the PC/SC smartcard library (pcsc-lite)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/index.html"
license="GPL-2"
distfiles="http://ludovic.rousseau.free.fr/softwares/${_origname}/${_origname}-${version}.tar.bz2"
checksum=2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d
post_install() {
for f in examples/* test.pl; do
vsconf $f
done
}