mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Merge pull request #1949 from pullmoll/pcsc-ccid
New package: pcsc-ccid-1.4.19
This commit is contained in:
commit
80988958e4
4 changed files with 47 additions and 0 deletions
1
srcpkgs/pcsc-ccid-contrib
Symbolic link
1
srcpkgs/pcsc-ccid-contrib
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pcsc-ccid
|
1
srcpkgs/pcsc-ccid-examples
Symbolic link
1
srcpkgs/pcsc-ccid-examples
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pcsc-ccid
|
44
srcpkgs/pcsc-ccid/template
Normal file
44
srcpkgs/pcsc-ccid/template
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# Template file for 'pcsc-ccid'
|
||||||
|
pkgname=pcsc-ccid
|
||||||
|
version=1.4.19
|
||||||
|
revision=1
|
||||||
|
wrksrc=ccid-${version}
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-udev"
|
||||||
|
hostmakedepends="pkg-config perl"
|
||||||
|
makedepends="pcsclite-devel libudev-devel libusb-compat-devel"
|
||||||
|
short_desc="PC/SC driver to support CCID compliant readers"
|
||||||
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://pcsclite.alioth.debian.org/ccid.html"
|
||||||
|
distfiles="${DEBIAN_SITE}/main/c/ccid/ccid_${version}.orig.tar.bz2"
|
||||||
|
checksum=cccb2c2bb4e56689efe34559f713102d92f94735542e58d3e4334e1459e934e1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall src/92_pcscd_ccid.rules 644 usr/lib/udev/rules.d/
|
||||||
|
vdoc readers/supported_readers.txt
|
||||||
|
vdoc README
|
||||||
|
}
|
||||||
|
|
||||||
|
pcsc-ccid-contrib_package() {
|
||||||
|
short_desc+=" - contributions"
|
||||||
|
depends="${sourcpkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vbin contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch
|
||||||
|
vman contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8
|
||||||
|
vbin contrib/RSA_SecurID/RSA_SecurID_getpasswd
|
||||||
|
vman contrib/RSA_SecurID/RSA_SecurID_getpasswd.1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
pcsc-ccid-examples_package() {
|
||||||
|
short_desc+=" - examples"
|
||||||
|
depends="${sourcpkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmkdir usr/share/${sourcepkg}/examples
|
||||||
|
rm examples/*.o
|
||||||
|
for f in $(find ${wrksrc}/examples -maxdepth 1 -type f); do
|
||||||
|
vcopy $f usr/share/${sourcepkg}/examples
|
||||||
|
done
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/pcsc-ccid/update
Normal file
1
srcpkgs/pcsc-ccid/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pkgname="${pkgname/pcsc-/}"
|
Loading…
Add table
Reference in a new issue