mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/lablgtk: Updated for version 2.14.0
This commit is contained in:
parent
97b0d23b5b
commit
5e8a5d0b7c
3 changed files with 12 additions and 9 deletions
|
@ -3,4 +3,5 @@ LablGTK is an Objective Caml interface to gtk+/gtk+-2
|
|||
LablGTK uses the rich type system of Objective Caml 3 to provide a strongly
|
||||
typed, yet very comfortable, object-oriented interface to gtk+.
|
||||
|
||||
This requires ocaml.
|
||||
This requires ocaml, and some optional dependencies are libgnomecanvas,
|
||||
libgnomeui, and gtksourceview.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lablgtk
|
||||
|
||||
# Copyright 2007-2008 Ferenc Deak <ferenc.deak@gmail.com>
|
||||
# Copyright 2007-2009 Ferenc Deak <ferenc.deak@gmail.com>
|
||||
# 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=lablgtk
|
||||
VERSION=2.10.1
|
||||
VERSION=2.14.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -81,4 +81,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="lablgtk"
|
||||
VERSION="2.10.1"
|
||||
VERSION="2.14.0"
|
||||
HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html"
|
||||
DOWNLOAD="http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgtk-2.10.1.tar.gz"
|
||||
MD5SUM="bd7073ca05e684e5d5a3d553371fd6e5"
|
||||
DOWNLOAD="http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/lablgtk-2.14.0.tar.gz"
|
||||
MD5SUM="8a26ab3b749ea86d06b2868112332c33"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Ferenc Deak"
|
||||
EMAIL="ferenc.deak@gmail.com"
|
||||
APPROVED="dsomero,rworkman"
|
||||
APPROVED="pprkut"
|
||||
|
|
Loading…
Reference in a new issue