mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/genometools: Updated for version 1.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db4d842e11
commit
4c948ac76a
3 changed files with 9 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for genometools
|
# Slackware build script for genometools
|
||||||
|
|
||||||
# Copyright 2014 Petar Petrov, petar.petrov@student.oulu.fi
|
# Copyright 2014-2015 Petar Petrov, petar.petrov@student.oulu.fi
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=genometools
|
PRGNAM=genometools
|
||||||
VERSION=${VERSION:-1.5.3}
|
VERSION=${VERSION:-1.5.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -43,12 +43,15 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i486" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
|
BUILDARCH="32bit=yes"
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
|
BUILDARCH="32bit=yes"
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-O2 -fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
LIBDIRSUFFIX="64"
|
LIBDIRSUFFIX="64"
|
||||||
|
BUILDARCH=""
|
||||||
else
|
else
|
||||||
SLKCFLAGS="-O2"
|
SLKCFLAGS="-O2"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
|
@ -56,13 +59,6 @@ fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Determine the build arch option
|
|
||||||
if [ "$ARCH" = "x86_64" ]; then
|
|
||||||
BUILDARCH="64bit=yes"
|
|
||||||
else
|
|
||||||
BUILDARCH=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="genometools"
|
PRGNAM="genometools"
|
||||||
VERSION="1.5.3"
|
VERSION="1.5.4"
|
||||||
HOMEPAGE="http://genometools.org/"
|
HOMEPAGE="http://genometools.org/"
|
||||||
DOWNLOAD="http://genometools.org/pub/genometools-1.5.3.tar.gz"
|
DOWNLOAD="http://genometools.org/pub/genometools-1.5.4.tar.gz"
|
||||||
MD5SUM="d59772d0074045babf06123fa16def90"
|
MD5SUM="a1fbb449052c84415a26dafb58e372fd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -14,6 +14,6 @@ genometools: combined into a single binary named gt. It is based on a C
|
||||||
genometools: library named "libgenometools" which consists of several modules.
|
genometools: library named "libgenometools" which consists of several modules.
|
||||||
genometools:
|
genometools:
|
||||||
genometools: Home: http://genometools.org/
|
genometools: Home: http://genometools.org/
|
||||||
genometools: References: /usr/doc/genometools-1.5.2/References
|
genometools: References: /usr/doc/genometools-1.5.4/References
|
||||||
genometools:
|
genometools:
|
||||||
genometools:
|
genometools:
|
||||||
|
|
Loading…
Reference in a new issue