mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
perl-pcsc: update to 1.4.14.
This commit is contained in:
parent
a04500c9e9
commit
bfdf1f495f
1 changed files with 9 additions and 11 deletions
|
@ -1,24 +1,22 @@
|
||||||
# Template build file for 'perl-pcsc'.
|
# Template build file for 'perl-pcsc'.
|
||||||
pkgname=perl-pcsc
|
pkgname=perl-pcsc
|
||||||
version=1.4.13
|
version=1.4.14
|
||||||
revision=5
|
revision=1
|
||||||
_origname="pcsc-perl"
|
_origname="pcsc-perl"
|
||||||
wrksrc="${_origname}-${version}"
|
wrksrc="${_origname}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config perl"
|
||||||
makedepends="${hostmakedepends} pcsclite-devel"
|
makedepends="${hostmakedepends} pcsclite-devel"
|
||||||
depends="perl>=5.20 libpcsclite"
|
depends="perl libpcsclite"
|
||||||
short_desc="Perl wrapper to the PC/SC smartcard library (pcsc-lite)"
|
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"
|
homepage="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/index.html"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://ludovic.rousseau.free.fr/softwares/${_origname}/${_origname}-${version}.tar.bz2"
|
distfiles="http://ludovic.rousseau.free.fr/softwares/${_origname}/${_origname}-${version}.tar.bz2"
|
||||||
checksum=a5f7dfb30be0346cfe80d47749994dab861592929d80786104693987b36e3684
|
checksum=2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d
|
||||||
|
|
||||||
do_install(){
|
post_install() {
|
||||||
make install DESTDIR=${DESTDIR}
|
for f in examples/* test.pl; do
|
||||||
vinstall README 644 usr/share/doc/${pkgname}
|
vsconf $f
|
||||||
vinstall Changelog 644 usr/share/doc/${pkgname}
|
done
|
||||||
cp -R ${wrksrc}/examples ${DESTDIR}/usr/share/doc/${pkgname}
|
|
||||||
vinstall test.pl 644 usr/share/doc/${pkgname}/examples
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue