libraries/fox-toolkit: Updated for version 1.6.37

This commit is contained in:
Robby Workman 2010-05-13 00:29:26 +02:00 committed by Michiel van Wessem
parent a0be62f9b6
commit e881a5fe5d
2 changed files with 9 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for fox-toolkit
# Copyright 2006-2009 Robby Workman (http://rlworkman.net)
# Copyright 2006-2010 Robby Workman (http://rlworkman.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fox-toolkit
VERSION=1.6.34
VERSION=1.6.37
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -106,4 +106,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="fox-toolkit"
VERSION="1.6.34"
VERSION="1.6.37"
HOMEPAGE="http://www.fox-toolkit.org/"
DOWNLOAD="http://www.fox-toolkit.org/ftp/fox-1.6.34.tar.gz"
MD5SUM="920124025d6495bbd008be635ff759ad"
DOWNLOAD="http://www.fox-toolkit.org/ftp/fox-1.6.37.tar.gz"
MD5SUM="e499e62c3ac4ef82a032bc67fa87f9af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Robby Workman"
EMAIL="rw@rlworkman.net"
APPROVED="Michiel"
APPROVED="michiel"