From 4438da126c87e7ebfaa7dbc2641f213f06226e16 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 4 Dec 2019 10:58:35 +0100 Subject: [PATCH] safenetauthenticationclient: Add versiobn 10.7.77 Install driver for Thales / gemalto SafeNet eToken 5300. To use, the user has to add /usr/lib/libeToken.so as a security module. E.g. for firefox via Preferences - Privacy and Security - Security Devices - Load --- safenetauthenticationclient.be0 | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 safenetauthenticationclient.be0 diff --git a/safenetauthenticationclient.be0 b/safenetauthenticationclient.be0 new file mode 100755 index 000000000..6aaab77d0 --- /dev/null +++ b/safenetauthenticationclient.be0 @@ -0,0 +1,46 @@ +#!/usr/bin/env beesh + +# BEE_VERSION safenetauthenticationclient-10.7.77-0 + +# more info on Token: https://safenet.gemalto.com/multi-factor-authentication/authenticators/pki-usb-authentication/etoken-5300-usb-token/ +# +# Download Driver from +# https://extranet.mpg.de/IKT/Projekte/15022/Datenraum%20Rollouts/Forms/AllItems.aspx +# - 001_Citrix_Client-Komponenten - 003_Linux - CryptoToken Treiber - safenetauthenticationclient_10.7.77_amd64 + +SRCURL[0]="/src/mariux/beeroot/downloads/safenetauthenticationclient_${PKGVERSION}_amd64.deb" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +mee_extract() { + cd $S + start_cmd ar xv "${@}" + mkdir control + start_cmd tar xvf control.tar.gz -C control + start_cmd tar xvf data.tar.xz + echo \$S=$S +} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + start_cmd cp -r $S/etc $S/usr $D/ +} + +#mee_install_post() { +# exit +#}