summaryrefslogtreecommitdiffstats
path: root/development/tkdnd/tkdnd.SlackBuild
diff options
context:
space:
mode:
author Zbigniew Baniewski2012-12-16 23:42:29 +0100
committer dsomero2012-12-23 15:16:17 +0100
commit11871423b690b0184925c33b2cb5be7215baccb1 (patch)
tree63c841fb4c03e26bd5806a226a5e418017899592 /development/tkdnd/tkdnd.SlackBuild
parent90644bdde025ee70d19b083d5a834fc9a82c837c (diff)
downloadslackbuilds-11871423b690b0184925c33b2cb5be7215baccb1.tar.gz
development/tkdnd: Updated for version 2.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 . \