Received: (at submit) by debbugs.gnu.org; 20 Mar 2023 11:49:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Mar 20 07:49:23 2023 Received: from localhost ([127.0.0.1]:53834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1peE0w-0003dg-V0 for submit <at> debbugs.gnu.org; Mon, 20 Mar 2023 07:49:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:57832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <arvidkrein@HIDDEN>) id 1peCkr-0007Yk-N3 for submit <at> debbugs.gnu.org; Mon, 20 Mar 2023 06:28:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arvidkrein@HIDDEN>) id 1peCkp-0004Yp-Oe for guix-patches@HIDDEN; Mon, 20 Mar 2023 06:28:41 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <arvidkrein@HIDDEN>) id 1peCkn-0003lJ-Pm for guix-patches@HIDDEN; Mon, 20 Mar 2023 06:28:39 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.95) for guix-patches@HIDDEN with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (envelope-from <arvidkrein@HIDDEN>) id 1peCkS-0011NQ-Nv; Mon, 20 Mar 2023 11:28:16 +0100 Received: from [62.144.252.245] (helo=[192.168.178.26]) by inpost2.zedat.fu-berlin.de (Exim 4.95) for guix-patches@HIDDEN with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (envelope-from <arvidkrein@HIDDEN>) id 1peCkS-001mu8-GC; Mon, 20 Mar 2023 11:28:16 +0100 Message-ID: <fab4c4c9-2bb9-0fa2-9050-75ba632b3d8e@HIDDEN> Date: Mon, 20 Mar 2023 11:28:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 To: guix-patches@HIDDEN Content-Language: en-US From: Arvid Krein <arvidkrein@HIDDEN> Subject: [PATCH] gnu: add pcsc-cyberjack Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: 62.144.252.245 X-ZEDAT-Hint: PO Received-SPF: pass client-ip=130.133.4.66; envelope-from=arvidkrein@HIDDEN; helo=outpost1.zedat.fu-berlin.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 20 Mar 2023 07:49:21 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.6 (--) * gnu/packages/security-token.scm (pcsc-cyberjack): New variable. --- gnu/packages/security-token.scm | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index a7f5e3acf9..521f6f226b 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -967,3 +967,37 @@ (define-public cardpeek It also has limited support for Mifare Classic compatible cards (Thalys card)") (license license:gpl3+) (home-page "http://pannetrat.com/Cardpeek"))) + +(define-public pcsc-cyberjack + (package + (name "pcsc-cyberjack") + (version "3.99.5final.sp15") + (synopsis "PC/SC driver for cyberJack chipcard readers") + (home-page "http://www.reiner-sct.com/") + (description + "REINER SCT cyberJack USB chipcard reader user space driver + This package includes the IFD driver for the cyberJack contactless + (RFID) and contact USB chipcard reader.") + (license license:lgpl2.1+) + (native-inputs (list pkg-config)) + (inputs (list pcsc-lite libusb)) + (outputs '("out" "tools")) + (source (origin + (method url-fetch) + (uri + "https://support.reiner-sct.de/downloads/LINUX/V3.99.5_SP15/pcsc-cyberjack_3.99.5final.SP15.tar.bz2") + (sha256 + (base32 + "0yj6plgb245r218v6lgdabb3422hxyrw8rrpf5b8fwah4j1w5dxc")))) + (build-system gnu-build-system) + (arguments + (list #:configure-flags #~(list (string-append "--with-usbdropdir=" + (ungexp output "out") + "/pcsc/drivers") + (string-append "--bindir=" + (ungexp output "tools") + "/bin")) + #:phases '(modify-phases %standard-phases + (add-after 'install 'install-tools + (lambda _ + (invoke "make" "-C" "tools/cjflash" "install")))))))) base-commit: 3a2200e1ad2049ad7e25295e6b4e013f74dd84e2 -- 2.39.2
Arvid Krein <arvidkrein@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#62293
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.