Merge pull request #407 from onekk/master
New Package: perl-pcsc Perl wrappe to PC/SC Lite
This commit is contained in:
commit
2f7aeeee48
|
@ -0,0 +1,24 @@
|
|||
# Template build file for 'perl-pcsc'.
|
||||
pkgname=perl-pcsc
|
||||
version=1.4.13
|
||||
revision=2
|
||||
_origname="pcsc-perl"
|
||||
wrksrc="${_origname}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="pkg-config perl>=5.18"
|
||||
makedepends="${hostmakedepends} pcsclite-devel"
|
||||
depends="perl>=5.18 libpcsclite"
|
||||
short_desc="Perl wrapper to the PC/SC smartcard library (pcsc-lite)"
|
||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||
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
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue