Skip to content

Commit

Permalink
safenetauthenticationclient: Add versiobn 10.7.77
Browse files Browse the repository at this point in the history
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
  • Loading branch information
donald committed Feb 26, 2020
1 parent d37dd4e commit 4438da1
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions safenetauthenticationclient.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 4438da1

Please sign in to comment.