academic/seaview: Updated for version 4.3.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
913e55682b
commit
40f276b7a6
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue