diff options
author | Zbigniew Baniewski | 2012-12-16 23:42:29 +0100 |
---|---|---|
committer | dsomero | 2012-12-23 15:16:17 +0100 |
commit | 11871423b690b0184925c33b2cb5be7215baccb1 (patch) | |
tree | 63c841fb4c03e26bd5806a226a5e418017899592 | |
parent | 90644bdde025ee70d19b083d5a834fc9a82c837c (diff) | |
download | slackbuilds-11871423b690b0184925c33b2cb5be7215baccb1.tar.gz |
development/tkdnd: Updated for version 2.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | development/tkdnd/slack-desc | 2 | ||||
-rw-r--r-- | development/tkdnd/tkdnd.SlackBuild | 6 | ||||
-rw-r--r-- | development/tkdnd/tkdnd.info | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/tkdnd/slack-desc b/development/tkdnd/slack-desc index 0128b1f1b4..7e44ed21c3 100644 --- a/development/tkdnd/slack-desc +++ b/development/tkdnd/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -tkdnd: tkdnd (Tk Drag and Drop Interface) +tkdnd: TkDnD (Tk Drag and Drop Interface) tkdnd: tkdnd: The tkdnd family commands provide a Tcl interface to native, platform tkdnd: specific drag and drop mechanism. Under unix the drag&drop protocol in 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 . \ diff --git a/development/tkdnd/tkdnd.info b/development/tkdnd/tkdnd.info index c65d80227a..cd2f78df24 100644 --- a/development/tkdnd/tkdnd.info +++ b/development/tkdnd/tkdnd.info @@ -1,10 +1,10 @@ PRGNAM="tkdnd" -VERSION="2.2" +VERSION="2.6" HOMEPAGE="http://sourceforge.net/projects/tkdnd/" -DOWNLOAD="http://downloads.sourceforge.net/tkdnd/tkdnd2.2.tar.gz" -MD5SUM="2d77b39af6aeb77158aebfc97dd28581" +DOWNLOAD="http://downloads.sourceforge.net/tkdnd/tkdnd2.6-src.tar.gz" +MD5SUM="9b711b630ec065cbffa39ba25e9b2936" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Zbigniew Baniewski" -EMAIL="zb@ispid.com.pl" +EMAIL="Zbigniew.Baniewski@gmail.com" |