perl-pcsc: update to 1.4.14.

This commit is contained in:
Christian Neukirchen 2015-11-21 20:49:57 +01:00
parent a04500c9e9
commit bfdf1f495f

View file

@ -1,24 +1,22 @@
# Template build file for 'perl-pcsc'.
pkgname=perl-pcsc
version=1.4.13
revision=5
version=1.4.14
revision=1
_origname="pcsc-perl"
wrksrc="${_origname}-${version}"
build_style=perl-module
hostmakedepends="pkg-config perl"
makedepends="${hostmakedepends} pcsclite-devel"
depends="perl>=5.20 libpcsclite"
depends="perl libpcsclite"
short_desc="Perl wrapper to the PC/SC smartcard library (pcsc-lite)"
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
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=a5f7dfb30be0346cfe80d47749994dab861592929d80786104693987b36e3684
checksum=2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d
do_install(){
make install DESTDIR=${DESTDIR}
vinstall README 644 usr/share/doc/${pkgname}
vinstall Changelog 644 usr/share/doc/${pkgname}
cp -R ${wrksrc}/examples ${DESTDIR}/usr/share/doc/${pkgname}
vinstall test.pl 644 usr/share/doc/${pkgname}/examples
post_install() {
for f in examples/* test.pl; do
vsconf $f
done
}