mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/openconnect: Updated for version 3.02.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
d9838e786f
commit
b0722d6a02
3 changed files with 12 additions and 7 deletions
|
@ -6,4 +6,4 @@ Like vpnc, OpenConnect is not officially supported by, or associated in
|
|||
any way with, Cisco Systems. It just happens to interoperate with their
|
||||
equipment.
|
||||
|
||||
This requires GConf.
|
||||
This requires GConf and libproxy.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openconnect
|
||||
VERSION=${VERSION:-2.26}
|
||||
VERSION=${VERSION:-3.02}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,10 +71,15 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
make install \
|
||||
make install install-lib \
|
||||
RPM_OPT_FLAGS="$SLKCFLAGS -Wall" \
|
||||
LIBDIR=/usr/lib${LIBDIRSUFFIX} \
|
||||
DESTDIR=$PKG
|
||||
|
||||
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
rmdir $PKG/usr/share
|
||||
gzip -9 $PKG/usr/man/man?/*.?
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openconnect"
|
||||
VERSION="2.26"
|
||||
VERSION="3.02"
|
||||
HOMEPAGE="http://www.infradead.org/openconnect.html"
|
||||
DOWNLOAD="ftp://ftp.infradead.org/pub/openconnect/openconnect-2.26.tar.gz"
|
||||
MD5SUM="e3c7605fed128efe39c2eb9400af6765"
|
||||
DOWNLOAD="ftp://ftp.infradead.org/pub/openconnect/openconnect-3.02.tar.gz"
|
||||
MD5SUM="c12688474f432a6d590958cc1c1ff076"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
|
|
Loading…
Reference in a new issue