From f28b619324d99daa7b0a3d17540245e11c73bd4a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 31 Mar 2024 16:27:28 -0400 Subject: network/torsocks: Fix github URL, docs. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- network/torsocks/torsocks.SlackBuild | 14 +++++++------- network/torsocks/torsocks.info | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'network') diff --git a/network/torsocks/torsocks.SlackBuild b/network/torsocks/torsocks.SlackBuild index c444c287e4..bbb95eb27b 100644 --- a/network/torsocks/torsocks.SlackBuild +++ b/network/torsocks/torsocks.SlackBuild @@ -4,11 +4,14 @@ # Written by Vincent Batts, vbatts@hashbangbash.com +# 20240331 bkw: Modified by SlackBuilds.org, BUILD=2: +# - get generic GNU INSTALL file out of doc dir. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=torsocks VERSION=${VERSION:-2.3.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -20,9 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -57,9 +57,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + # Fix a hardcoded lib path. sed -i -e 's|@prefix@/lib|@libdir@|' src/Makefile.am @@ -90,7 +90,7 @@ 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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog INSTALL LICENSE README.md gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog LICENSE README.md gpl-2.0.txt $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/torsocks/torsocks.info b/network/torsocks/torsocks.info index e7f8206bd4..9fcc61149f 100644 --- a/network/torsocks/torsocks.info +++ b/network/torsocks/torsocks.info @@ -1,7 +1,7 @@ PRGNAM="torsocks" VERSION="2.3.0" HOMEPAGE="https://gitweb.torproject.org/torsocks.git" -DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.3.0.tar.gz" +DOWNLOAD="https://github.com/dgoulet/torsocks/archive/v2.3.0/torsocks-2.3.0.tar.gz" MD5SUM="df9a10bc13cbdce04e799c56671fcba5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -- cgit v1.2.3-65-gdbad