mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/fltk: Updated for version 1.1.10
This commit is contained in:
parent
275b18da02
commit
a0be62f9b6
3 changed files with 16 additions and 21 deletions
|
@ -1,13 +1,6 @@
|
||||||
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a
|
The Fast Light Tool Kit ("FLTK", pronounced "fulltick") is a a cross-platform
|
||||||
a cross-platform C++ GUI toolkit for UNIX(r)/Linux(r) (X11),
|
C++ GUI toolkit for UNIX(r)/Linux(r) (X11), Microsoft(r) Windows(r), and
|
||||||
Microsoft(r) Windows(r), and MacOS(r) X. FLTK provides
|
MacOS(r) X. FLTK provides modern GUI functionality without the bloat and
|
||||||
modern GUI functionality without the bloat and supports 3D
|
supports 3D graphics via OpenGL(r) and its built-in GLUT emulation. It was
|
||||||
graphics via OpenGL(r) and its built-in GLUT emulation. It
|
originally developed by Mr. Bill Spitzak and is currently maintained by a
|
||||||
was originally developed by Mr. Bill Spitzak and is
|
small group of developers across the world with a central repository in the US.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for fltk
|
# Slackware build script for fltk
|
||||||
|
|
||||||
# Copyright 2006-2009 LukenShiro <lukenshiro@ngi.it>
|
# Copyright 2006-2010 LukenShiro <lukenshiro@ngi.it>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,9 +23,9 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fltk
|
PRGNAM=fltk
|
||||||
VERSION=1.1.9
|
VERSION=1.1.10
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -113,4 +113,4 @@ mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
PRGNAM="fltk"
|
PRGNAM="fltk"
|
||||||
VERSION="1.1.9"
|
VERSION="1.1.10"
|
||||||
HOMEPAGE="http://www.fltk.org"
|
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"
|
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="e146fd264e1001b1313acfd41ef75552"
|
MD5SUM="a1765594bc427ff892e36089fe1fa672"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="LukenShiro"
|
MAINTAINER="LukenShiro"
|
||||||
EMAIL="lukenshiro@ngi.it"
|
EMAIL="lukenshiro@ngi.it"
|
||||||
APPROVED="dsomero,michiel"
|
APPROVED="dsomero"
|
||||||
|
|
Loading…
Reference in a new issue