summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2010-05-11 22:24:16 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:24:16 +0200
commit1177ecd0a5e31031eb8f4c4558be38cc303aab1c (patch)
tree3af74c436de675698e6380bdc39f03c355f56b86 /libraries
parentccd5a621674df478b1fe3e86ce83a2e6a569503f (diff)
downloadslackbuilds-1177ecd0a5e31031eb8f4c4558be38cc303aab1c.tar.gz
slackbuilds-1177ecd0a5e31031eb8f4c4558be38cc303aab1c.tar.xz
libraries/pyfltk: Updated for version 1.1.3
Diffstat (limited to 'libraries')
-rw-r--r--libraries/pyfltk/pyfltk.SlackBuild13
-rw-r--r--libraries/pyfltk/pyfltk.info8
-rw-r--r--libraries/pyfltk/slack-desc10
3 files changed, 16 insertions, 15 deletions
diff --git a/libraries/pyfltk/pyfltk.SlackBuild b/libraries/pyfltk/pyfltk.SlackBuild
index 8ba9065534..4af951e44c 100644
--- a/libraries/pyfltk/pyfltk.SlackBuild
+++ b/libraries/pyfltk/pyfltk.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyfltk
-# Copyright 2006 LukenShiro <lukenshiro@ngi.it>
+# Copyright 2006-8 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,15 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Exit on most errors
-set -e
-
PRGNAM=pyfltk
SRC_PRGNAM=pyFltk
-VERSION=1.1.2
+VERSION=1.1.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -41,6 +39,9 @@ DOCFILES="CHANGES PKG-INFO INSTALL TODO COPYING README"
HTMLDOCS="fltk/docs/*"
TESTFILES="fltk/test/*"
+# Exit on most errors
+set -e
+
# SLKCFLAGS are not necessary, it builds using fltk-config flags
rm -rf $PKG
@@ -63,7 +64,7 @@ mv $TESTFILES $PKG/usr/doc/$PRGNAM-$VERSION/test/
# build from swig interface files
cd python
-# FLTK_HOME= is not necessary anymore (include directory auto-detected)
+# FLTK_HOME= is not necessary anymore (include directory is auto-detected)
python ./MakeSwig.py
cd $TMP/$SRC_PRGNAM-$VERSION
diff --git a/libraries/pyfltk/pyfltk.info b/libraries/pyfltk/pyfltk.info
index 8a19d47dcc..9ef7662e0d 100644
--- a/libraries/pyfltk/pyfltk.info
+++ b/libraries/pyfltk/pyfltk.info
@@ -1,8 +1,8 @@
PRGNAM="pyfltk"
-VERSION="1.1.2"
+VERSION="1.1.3"
HOMEPAGE="http://pyfltk.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/pyfltk/pyFltk-1.1.2.tar.gz"
-MD5SUM="769efe632d3f49f17f6f39383e9023bb"
+DOWNLOAD="http://downloads.sourceforge.net/pyfltk/pyFltk-1.1.3.tar.gz"
+MD5SUM="9e1eefc1a78d82f6b533531001aeb547"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
-APPROVED="rworkman"
+APPROVED="dsomero"
diff --git a/libraries/pyfltk/slack-desc b/libraries/pyfltk/slack-desc
index ccad433573..5cea104fb7 100644
--- a/libraries/pyfltk/slack-desc
+++ b/libraries/pyfltk/slack-desc
@@ -5,15 +5,15 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler--------------------------------------------------------|
pyfltk: pyfltk (FLTK Bindings for Python)
pyfltk:
-pyfltk: PyFLTK provides a convenient wrapper for the FLTK GUI library
-pyfltk: for use in Python programs. It is written by Andreas Held.
+pyfltk: PyFLTK provides a convenient wrapper for the FLTK GUI library for use
+pyfltk: in Python programs. It is now written by Andreas Held.
+pyfltk:
pyfltk:
-pyfltk: http://pyfltk.sf.net/
-pyfltk:
pyfltk:
pyfltk:
pyfltk:
+pyfltk: Homepage: http://pyfltk.sourceforge.net/
pyfltk: