diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2022-10-14 19:07:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-15 10:47:37 +0700 |
commit | 0db3305da18ba3ce0367e44e8bdefd4f8bef2df2 (patch) | |
tree | c8949f38d8d85349cd2f8c7719d9383cf45cae59 /network/onioncat/onioncat.SlackBuild | |
parent | 9b4c32b0f9d22ea5b3bc63c5bc20081df1aff491 (diff) |
network/onioncat: Updated for version 0.4.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/onioncat/onioncat.SlackBuild')
-rw-r--r-- | network/onioncat/onioncat.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/network/onioncat/onioncat.SlackBuild b/network/onioncat/onioncat.SlackBuild index 573e94f9717a..cf12eb951ce8 100644 --- a/network/onioncat/onioncat.SlackBuild +++ b/network/onioncat/onioncat.SlackBuild @@ -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 \ |