-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
#} |