mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/clustalx: Updated to use qmake-qt5. BUILD bumped.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c409aa6703
commit
a574a11d9c
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for clustalx
|
||||
|
||||
# Copyright 2011-2016 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2011-2022 Petar Petrov slackalaxy@gmail.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=clustalx
|
||||
VERSION=${VERSION:-2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -89,7 +89,7 @@ find -L . \
|
|||
|
||||
sed -i 's/static//g' clustalx.pro
|
||||
|
||||
qmake
|
||||
qmake-qt5
|
||||
|
||||
#Use our CFLAGS/CXXFLAGS
|
||||
sed -i "/^C.*.*FLAGS/s/=/+=/" Makefile
|
||||
|
|
Loading…
Reference in a new issue