development/tkdnd: Updated for version 2.6.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Zbigniew Baniewski 2012-12-16 17:42:29 -05:00 committed by dsomero
parent 90644bdde0
commit 11871423b6
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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 . \

View file

@ -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"