academic/seaview: Updated for version 4.3.5.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Petar Petrov 2012-08-10 23:39:37 -05:00 committed by Robby Workman
parent 913e55682b
commit 40f276b7a6
2 changed files with 8 additions and 5 deletions

View File

@ -25,7 +25,7 @@
# Thanks to Niels Horn for correcting the CFLAGS.
PRGNAM=seaview
VERSION=${VERSION:-4.3.4}
VERSION=${VERSION:-4.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,6 +73,9 @@ find . \
# Use our CFLAGS
sed -i "/^CFLAGS/s/=/+=/" Makefile
# Point to fltk13 during compilation and make the produced executable
# aware of the libraries' custom location
sed -i "14 c FLTK = /usr/include/fltk13" Makefile
sed -i "s:#IFLTK:IFLTK:" Makefile
sed -i "18 c LFLTK = -L/usr/lib${LIBDIRSUFFIX}/fltk13" Makefile

View File

@ -1,10 +1,10 @@
PRGNAM="seaview"
VERSION="4.3.4"
VERSION="4.3.5"
HOMEPAGE="http://pbil.univ-lyon1.fr/software/seaview.html"
DOWNLOAD="http://pbil.univ-lyon1.fr/software/seaview_data/seaview_4.3.4.tar.gz"
MD5SUM="78098f9ea74655edbf8c8dae1d296340"
DOWNLOAD="http://pbil.univ-lyon1.fr/software/seaview_data/archive/seaview_4.3.5.tar.gz"
MD5SUM="5dd45cf8e1fa9a6179aae82215b2b0bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Petar Petrov"
EMAIL="ppetrov@paju.oulu.fi"
APPROVED="dsomero"
APPROVED="rworkman"