libraries/fltk13: Updated for version 1.3.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b8110015d6
commit
145666a583
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fltk13
|
||||
|
||||
# Copyright 2006-2012 LukenShiro, Italy
|
||||
# Copyright 2006-2013 LukenShiro, Italy
|
||||
# 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=fltk13
|
||||
VERSION=1.3.x_r9631
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,7 +41,6 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
SRCNAM=fltk
|
||||
SRCVERSION=$( echo $VERSION | tr _ - )
|
||||
DOCFILES="ANNOUNCEMENT CHANGES COPYING CREDITS README"
|
||||
# By default Cairo library support is disabled
|
||||
CAIRO=${CAIRO:-0}
|
||||
|
@ -66,8 +65,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.bz2
|
||||
cd $SRCNAM-$SRCVERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION-source.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fltk13"
|
||||
VERSION="1.3.x_r9631"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://www.fltk.org"
|
||||
DOWNLOAD="http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/fltk-1.3.x-r9631.tar.bz2"
|
||||
MD5SUM="dd749573f728e8e8c7329a2d6ea3e10d"
|
||||
DOWNLOAD="http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/1.3.2/fltk-1.3.2-source.tar.gz"
|
||||
MD5SUM="9f7e707d4fb7a5a76f0f9b73ff70623d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue