Browse Source

games/talkfilters: Updated for version 2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Dan-Simon Myrland 6 months ago
committed by Willy Sudiarto Raharjo
parent
commit
b71dd3af4b
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 9
      games/talkfilters/talkfilters.SlackBuild
  2. 8
      games/talkfilters/talkfilters.info

9
games/talkfilters/talkfilters.SlackBuild

@ -5,8 +5,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=talkfilters
VERSION=${VERSION:-2.3.8}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -18,9 +18,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
@ -78,7 +75,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 AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la

8
games/talkfilters/talkfilters.info

@ -1,8 +1,8 @@
PRGNAM="talkfilters"
VERSION="2.3.8"
HOMEPAGE="http://www.hyperrealm.com/talkfilters"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/talkfilters-2.3.8.tar.gz"
MD5SUM="c11c6863a1c246a8d49a80a1168b54c8"
VERSION="2.4"
HOMEPAGE="https://hyperrealm.github.io/talkfilters"
DOWNLOAD="https://hyperrealm.github.io/talkfilters/dist/talkfilters-2.4.tar.gz"
MD5SUM="ba2006ee7a907df7c564b80edd362c2a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save