network/onioncat: Updated for version 0.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9b4c32b0f9
commit
0db3305da1
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for onioncat
|
||||
|
||||
# Copyright 2013-2021 Markus Reichelt, Aachen, DE
|
||||
# Copyright 2013-2022 Markus Reichelt, Aachen, DE
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=onioncat
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
VERSION=${VERSION:-0.4.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -105,8 +105,7 @@ make install DESTDIR=$PKG
|
|||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
gzip -9 $PKG/usr/man/man1/*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="onioncat"
|
||||
VERSION="0.3.8"
|
||||
HOMEPAGE="https://www.cypherpunk.at/onioncat/"
|
||||
DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/0.3/onioncat-0.3.8.tar.gz"
|
||||
MD5SUM="928e4bc2d2454d178d3ebddbf5a0436e"
|
||||
VERSION="0.4.7"
|
||||
HOMEPAGE="https://www.onioncat.org/"
|
||||
DOWNLOAD="https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.4.7.tar.gz"
|
||||
MD5SUM="5fbc5d74546717608b3eb6cf7d4671e6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -15,5 +15,5 @@ onioncat: -multipoint VPN between hidden services.
|
|||
onioncat:
|
||||
onioncat: I2P is also supported.
|
||||
onioncat:
|
||||
onioncat: Website : https://www.cypherpunk.at/onioncat/
|
||||
onioncat: Website : https://www.onioncat.org/
|
||||
onioncat:
|
||||
|
|
Loading…
Reference in New Issue