Update 2015-11-16
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@ -1,11 +1,12 @@
|
|||||||
pkgbase = snx
|
pkgbase = snx
|
||||||
pkgdesc = Check Point SSL Network Extender (vpn client)
|
pkgdesc = Check Point SSL Network Extender (vpn client)
|
||||||
pkgver = 800007097
|
pkgver = 800007097
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
install = snx.install
|
install = snx.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = lib32-pam>=1.2.1
|
depends = lib32-pam>=1.2.1
|
||||||
|
depends = lib32-libstdc++5>=3.3.6
|
||||||
noextract = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
|
noextract = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
|
||||||
source = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
|
source = https://vpnportal.aktifbank.com.tr/SNX/INSTALL/snx_install.sh
|
||||||
md5sums = 82b517242eab2788dceaedb6b8f952cc
|
md5sums = 82b517242eab2788dceaedb6b8f952cc
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Your Name <youremail@domain.com>
|
# Maintainer: Your Name <youremail@domain.com>
|
||||||
pkgname=snx
|
pkgname=snx
|
||||||
pkgver=800007097
|
pkgver=800007097
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Check Point SSL Network Extender (vpn client)"
|
pkgdesc="Check Point SSL Network Extender (vpn client)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=""
|
url=""
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('lib32-pam>=1.2.1')
|
depends=('lib32-pam>=1.2.1' 'lib32-libstdc++5>=3.3.6')
|
||||||
makedepends=()
|
makedepends=()
|
||||||
optdepends=()
|
optdepends=()
|
||||||
provides=()
|
provides=()
|
||||||
|
Reference in New Issue
Block a user