From 11871423b690b0184925c33b2cb5be7215baccb1 Mon Sep 17 00:00:00 2001 From: Zbigniew Baniewski Date: Sun, 16 Dec 2012 17:42:29 -0500 Subject: development/tkdnd: Updated for version 2.6. Signed-off-by: dsomero --- development/tkdnd/slack-desc | 2 +- development/tkdnd/tkdnd.SlackBuild | 6 +++--- development/tkdnd/tkdnd.info | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'development/tkdnd') 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" -- cgit v1.2.3-65-gdbad