libraries/fltk: Updated for version 1.1.10

This commit is contained in:
LukenShiro 2010-05-13 00:29:25 +02:00 committed by David Somero
parent 275b18da02
commit a0be62f9b6
3 changed files with 16 additions and 21 deletions

View file

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

View file

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

View file

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