summaryrefslogtreecommitdiffstats
path: root/libraries/fltk
diff options
context:
space:
mode:
author LukenShiro2010-05-13 00:29:25 +0200
committer David Somero2010-05-13 00:29:25 +0200
commita0be62f9b6ecee8ddf5b05715a2ca7c49ebd3a96 (patch)
tree6b1e960539b18c061bc38fec2c8ff7b06a0e2f6c /libraries/fltk
parent275b18da0271da235eaee7ade41877b1f0da76d4 (diff)
downloadslackbuilds-a0be62f9b6ecee8ddf5b05715a2ca7c49ebd3a96.tar.gz
libraries/fltk: Updated for version 1.1.10
Diffstat (limited to 'libraries/fltk')
-rw-r--r--libraries/fltk/README19
-rw-r--r--libraries/fltk/fltk.SlackBuild8
-rw-r--r--libraries/fltk/fltk.info10
3 files changed, 16 insertions, 21 deletions
diff --git a/libraries/fltk/README b/libraries/fltk/README
index 9917a85291..94e6b759f5 100644
--- a/libraries/fltk/README
+++ b/libraries/fltk/README
@@ -1,13 +1,6 @@
-The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
-a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
-Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
-modern GUI functionality without the bloat and supports 3D
-graphics via OpenGL(r) and its built-in GLUT emulation. It
-was originally developed by Mr. Bill Spitzak and is
-currently maintained by a small group of developers across
-the world with a central repository in the US.
-
-It is compiled with --enable-shared, --enable-threads,
- --enable-largefile, --enable-xdbe, --enable-xft, --enable-gl
- and --enable-xinerama.
-
+The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a a cross-platform
+C++ GUI toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r), and
+MacOS(r) X. FLTK provides modern GUI functionality without the bloat and
+supports 3D graphics via OpenGL(r) and its built-in GLUT emulation. It was
+originally developed by Mr. Bill Spitzak and is currently maintained by a
+small group of developers across the world with a central repository in the US.
diff --git a/libraries/fltk/fltk.SlackBuild b/libraries/fltk/fltk.SlackBuild
index 6bce4e2dc4..faabac4750 100644
--- a/libraries/fltk/fltk.SlackBuild
+++ b/libraries/fltk/fltk.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fltk
-# Copyright 2006-2009 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2006-2010 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fltk
-VERSION=1.1.9
+VERSION=1.1.10
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -113,4 +113,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}
diff --git a/libraries/fltk/fltk.info b/libraries/fltk/fltk.info
index bb7b4aaccb..a1cfdd986c 100644
--- a/libraries/fltk/fltk.info
+++ b/libraries/fltk/fltk.info
@@ -1,8 +1,10 @@
PRGNAM="fltk"
-VERSION="1.1.9"
+VERSION="1.1.10"
HOMEPAGE="http://www.fltk.org"
-DOWNLOAD="ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/1.1.9/fltk-1.1.9-source.tar.bz2"
-MD5SUM="e146fd264e1001b1313acfd41ef75552"
+DOWNLOAD="ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/1.1.10/fltk-1.1.10-source.tar.bz2"
+MD5SUM="a1765594bc427ff892e36089fe1fa672"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
-APPROVED="dsomero,michiel"
+APPROVED="dsomero"