mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/pyfltk: Updated for version 1.1.5
This commit is contained in:
parent
6ef14e90ec
commit
52a1b36fba
3 changed files with 9 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
PyFLTK provides a convenient wrapper for the FLTK GUI library for use in
|
||||
Python programs.
|
||||
|
||||
It requires fltk and swig, both of which are available at SlackBuilds.org.
|
||||
This requires fltk.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for pyfltk
|
||||
|
||||
# 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,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyfltk
|
||||
VERSION=${VERSION:-1.1.4}
|
||||
VERSION=${VERSION:-1.1.5}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -79,4 +79,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}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="pyfltk"
|
||||
VERSION="1.1.4"
|
||||
VERSION="1.1.5"
|
||||
HOMEPAGE="http://pyfltk.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pyfltk/pyFltk-1.1.4.tar.gz"
|
||||
MD5SUM="36a7c0daf78dc1dfe035e0c195d16c9a"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pyfltk/pyFltk-1.1.5.tar.gz"
|
||||
MD5SUM="3250ea44a184d28178aad845de11c6bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="LukenShiro"
|
||||
EMAIL="lukenshiro@ngi.it"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue