academic/ugene: Updated for version 1.21.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2016-03-06 18:49:12 +07:00 committed by Willy Sudiarto Raharjo
parent dfe923d657
commit c1e6058dcc
3 changed files with 10 additions and 10 deletions

View file

@ -15,5 +15,5 @@ ugene: UGENE integrates widely used bioinformatics tools within a common
ugene: user nterface. The toolkit supports multiple biological data formats
ugene: and allows the retrieval of data from remote data sources.
ugene:
ugene: Home: http://ugene.unipro.ru/
ugene: References: /usr/doc/ugene-1.16.2/References
ugene: Home: http://ugene.net/
ugene: References: /usr/doc/ugene-1.21.0/References

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ugene
VERSION=${VERSION:-1.16.2}
VERSION=${VERSION:-1.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +51,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
QMAKECONFIG="CONFIG+=64"
QMAKECONFIG="CONFIG+=x64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@ -77,7 +77,7 @@ find -L . \
sed -i "s:/lib:/lib${LIBDIRSUFFIX}:g" src/ugene_globals.pri
sed -i "s:/share/man:/man:g" src/ugene_globals.pri
qmake $QMAKECONFIG -r \
qmake-qt5 $QMAKECONFIG -r \
QMAKE_CFLAGS="$SLKCFLAGS" \
QMAKE_CXXFLAGS="$SLKCFLAGS"
make

View file

@ -1,10 +1,10 @@
PRGNAM="ugene"
VERSION="1.16.2"
HOMEPAGE="http://ugene.unipro.ru/"
DOWNLOAD="https://sourceforge.net/projects/sboppetrov/files/ugene/ugene-1.16.2.tar.gz"
MD5SUM="b55a6f7194d6dd89469d9f2f4b92d8f1"
VERSION="1.21.0"
HOMEPAGE="http://ugene.net/"
DOWNLOAD="http://sourceforge.net/projects/sboppetrov/files/ugene/ugene-1.21.0.tar.gz"
MD5SUM="d9745720a28e448b3c92bf7d03d510db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt5"
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"