summaryrefslogtreecommitdiffstats
path: root/graphics/findimagedupes/findimagedupes.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-09-10 03:39:27 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:14 +0700
commiteea24b497bb969d61595105d030d1dba7bf136b8 (patch)
treecc3ff094da2c8f370df828d98280ef1ac566f434 /graphics/findimagedupes/findimagedupes.SlackBuild
parent252ab4523d9a48bd336282007cc3f8d0f554d820 (diff)
downloadslackbuilds-eea24b497bb969d61595105d030d1dba7bf136b8.tar.gz
slackbuilds-eea24b497bb969d61595105d030d1dba7bf136b8.tar.xz
graphics/findimagedupes: Updated for version 2.19.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/findimagedupes/findimagedupes.SlackBuild')
-rw-r--r--graphics/findimagedupes/findimagedupes.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/findimagedupes/findimagedupes.SlackBuild b/graphics/findimagedupes/findimagedupes.SlackBuild
index 2984d84c65..1f65f19254 100644
--- a/graphics/findimagedupes/findimagedupes.SlackBuild
+++ b/graphics/findimagedupes/findimagedupes.SlackBuild
@@ -6,19 +6,18 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20210910 bkw: update for v2.19.1.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=findimagedupes
-VERSION=${VERSION:-2.19}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.19.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# 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
@@ -52,7 +51,7 @@ pod2man -s1 --stderr -cSlackBuilds.org -r$VERSION $PRGNAM | \
gzip -9c > $PKG/usr/man/man1/$PRGNAM.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README* COPYING history $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README* COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install