Commit 0c8957fd authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: add Citrix Secure Access Client (eterbug #17364)

parent e7ef527a
#!/bin/sh
TAR="$1"
RETURNTARNAME="$2"
. $(dirname $0)/common.sh
ROOTDIR=$(pwd)
erc unpack $TAR || fatal
cd "Citrix_VPN"
PKGNAME="$(echo SecureAccessClient_*_nsgclient*.deb)"
# needed because the path contains spaces
mv $PKGNAME $ROOTDIR
cd $ROOTDIR
return_tar $PKGNAME
#!/bin/sh
PKGNAME=nsgclient
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Is the client software that allows access to corporate data and applications through Citrix ADC"
URL="https://www.citrix.com/downloads/citrix-gateway/plug-ins/Citrix-Gateway-VPN-EPA-Clients-Ubuntu.html"
. $(dirname $0)/common.sh
warn_version_is_not_supported
PKGURL="ipfs://QmXYsYw63ufk5aUmVpddA6YbjvAbdnnEZk36yGajU3pc5j?filename=Citrix_VPN.zip"
install_pack_pkgurl
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/Citrix/NSGClient
. $(dirname $0)/common.sh
add_libs_requires
add_bin_exec_command $PRODUCT $PRODUCTDIR/bin/NSGClient
install_file $PRODUCTDIR/bin/nsgclient.desktop /usr/share/applications/nsgclient.desktop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment