New Package: pcsclite - middleware to comunicate to smartcard
using the PC/SC protocol 1st step to implement the needed programs to use the italian CRS, might be useful for many other as the implementation is standard and the smartcard reader are quite widespread. Regards Carlo
This commit is contained in:
parent
8ea3e302b1
commit
a0fba12cbc
|
@ -0,0 +1 @@
|
|||
pcsclite
|
|
@ -0,0 +1 @@
|
|||
pcsclite
|
|
@ -0,0 +1,39 @@
|
|||
# Template file for 'pcsclite'
|
||||
pkgname=pcsclite
|
||||
version=1.8.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
|
||||
homepage="https://alioth.debian.org/projects/pcsclite"
|
||||
license="LGPL"
|
||||
short_desc="PCSCLite - Middleware to access a smart card using SCard API (PC/SC) "
|
||||
configure_args="--enable-libudev"
|
||||
hostmakedepends=" pkg-config"
|
||||
makedepends="intltool libudev-devel libusb-devel systemd-devel"
|
||||
depends="python"
|
||||
distfiles="https://alioth.debian.org/frs/download.php/file/3991/${pkgname}-${version}.tar.bz2"
|
||||
checksum="945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6"
|
||||
wrksrc="pcsc-lite-${version}"
|
||||
conf_files="
|
||||
/etc/reader.conf
|
||||
"
|
||||
|
||||
pcsclite-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libpcsclite>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.la"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libpcsclite_package() {
|
||||
short_desc+=" - library files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
# vim: set ts=4 sw=4 sts=4 et:
|
Loading…
Reference in New Issue