summaryrefslogtreecommitdiffstats
path: root/development/tkdnd/tkdnd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/tkdnd/tkdnd.SlackBuild')
-rw-r--r--development/tkdnd/tkdnd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/development/tkdnd/tkdnd.SlackBuild b/development/tkdnd/tkdnd.SlackBuild
index e979325159..87c351a6c9 100644
--- a/development/tkdnd/tkdnd.SlackBuild
+++ b/development/tkdnd/tkdnd.SlackBuild
@@ -2,10 +2,10 @@
# Slackware build script for tkdnd
-# Written by Zbigniew Baniewski, zb@ispid.com.pl
+# Written by Zbigniew Baniewski, Zbigniew.Baniewski@gmail.com
PRGNAM=tkdnd
-VERSION=2.2
+VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,7 +42,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM$VERSION
-tar xvf $CWD/${PRGNAM}${VERSION}.tar.gz
+tar xvf $CWD/${PRGNAM}${VERSION}-src.tar.gz
cd $PRGNAM$VERSION
chown -R root:root .
find . \