Package Details: pcsc-cyberjack 3.99.5_SP16-1

Git Clone URL: https://aur.archlinux.org/pcsc-cyberjack.git (read-only, click to copy)
Package Base: pcsc-cyberjack
Description: PCSC Driver for Reiner SCT cyberjack Cardreaders
Upstream URL: https://forum.reiner-sct.com/index.php?/forum/59-cyberjack-treiber-f%C3%BCr-linux/
Licenses: LGPL
Conflicts: ctapi-cyberjack
Replaces: ctapi-cyberjack
Submitter: ChrDr
Maintainer: ChrDr
Last Packager: ChrDr
Votes: 44
Popularity: 0.81
First Submitted: 2011-05-26 16:05 (UTC)
Last Updated: 2024-02-25 20:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

kbkeller commented on 2020-06-20 12:25 (UTC) (edited on 2020-06-21 11:25 (UTC) by kbkeller)

Version 14 builds normally without any patches.

Here would be the new PKGBUILD:

http://130.61.243.125/PKGBUILD.cyberjack

I do not know how the syntax works, so just go ahead and download it from my server.

cagliostro commented on 2020-06-17 18:56 (UTC)

There is a new package available: http://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP14/pcsc-cyberjack_3.99.5final.SP14.tar.gz I would appreciate an update. Thanx in advance!

migerh commented on 2020-06-10 20:34 (UTC) (edited on 2020-06-10 20:34 (UTC) by migerh)

Compiling this package gave an error on an up-to-date x64 Arch system. Problem was a -Wnarrowing error in ifd.cpp. Deactivating the warning helped me installing this package. It seems to work with my RFID comfort and AusweisApp2. Here's the patch if you want to apply it:

diff --git a/PKGBUILD b/PKGBUILD
index 79a4d1b..0db34a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=pcsc-cyberjack
 _sp=SP13
 pkgver=3.99.5_${_sp}
 _pkgver=3.99.5final.${_sp}
-pkgrel=1
+pkgrel=2
 pkgdesc="PCSC Driver for Reiner SCT cyberjack Cardreaders"
 arch=('i686' 'x86_64')
 url="https://forum.reiner-sct.com/index.php?/forum/59-cyberjack-treiber-f%C3%BCr-linux/"
@@ -25,7 +25,7 @@ prepare() {
 build() {
     cd "${pkgname}-${_pkgver}"

-    ./configure \
+    CPPFLAGS=-Wno-narrowing ./configure \
         --prefix=/usr \
         --mandir=/usr/share/man/man8 \
         --sysconfdir=/etc/"${pkgname}"  \

norad commented on 2020-02-19 11:25 (UTC)

Does compile and work just fine on arm64 (PineBook Pro). arch=('i686' 'x86_64' 'aarch64')

ChrDr commented on 2018-11-29 20:06 (UTC)

Updated to version 3.99.5_SP13. Sorry for the delay.

Misery commented on 2018-11-27 09:19 (UTC)

Just use autoreconf: https://git.alpinelinux.org/cgit/aports/commit/?id=59fbb4f1134803796b44e342f3df5e97a219806f

patrickh commented on 2018-11-27 09:17 (UTC)

In the new release (SP13), the configure script and other files were removed from the source code tar.gz file. Therefore SP13 does not build with this unchanged PKGBUILD file.

Maybe, there is a way to autogenerate the configure script (and maybe the other files, if they are needed for building the driver), but if, then at least I don't know how to do this.

The documentation provided in this release still says:

"If you want to compile the source yourself just go into the main directory of the extracted archive and type ./configure make"

which of course doesn't work.

I have contacted the support of ReinerSCT and asked them to fix the source code release and am waiting for their constructive feedback. :-)

Misery commented on 2018-11-08 11:53 (UTC)

http://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP13/pcsc-cyberjack_3.99.5final.SP13.tar.gz

smrqdt commented on 2018-06-10 03:09 (UTC) (edited on 2018-06-10 03:15 (UTC) by smrqdt)

3.99.5_SP12 is available: https://www.reiner-sct.com/support/support-anfrage/?os=Linux&productGroup=77304735&product=77304828&q=driver#choice5 / http://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP12/pcsc-cyberjack-3.99.5final.SP12.tar.bz2

md5sums=('260836307907027b6b91a5b63ac074eb') compiles without any PKGBUILD changes

leidola commented on 2018-05-19 18:02 (UTC)

Dear ChrDr, please consider including the following commit:

https://github.com/oleid/pcsc-cyberjack/commit/3daab15fa76c6c1d5b1237f7b39d20ebe3a1d4c3

Me and possibly others need to get their cyberjack komfort and standard working.