mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/genometools: Updated for version 1.5.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9470ff4b61
commit
e7ceeeca4f
3 changed files with 8 additions and 8 deletions
|
@ -23,13 +23,13 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=genometools
|
PRGNAM=genometools
|
||||||
VERSION=${VERSION:-1.5.8}
|
VERSION=${VERSION:-1.5.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
BUILDARCH="32bit=yes"
|
BUILDARCH="32bit=yes"
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="genometools"
|
PRGNAM="genometools"
|
||||||
VERSION="1.5.8"
|
VERSION="1.5.9"
|
||||||
HOMEPAGE="http://genometools.org/"
|
HOMEPAGE="http://genometools.org/"
|
||||||
DOWNLOAD="http://genometools.org/pub/genometools-1.5.8.tar.gz"
|
DOWNLOAD="http://genometools.org/pub/genometools-1.5.9.tar.gz"
|
||||||
MD5SUM="35e18e844d8b78ec0a53640fa0ace929"
|
MD5SUM="e400d69092f9f13db09b33f9dea39d2e"
|
||||||
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.8/References
|
genometools: References: /usr/doc/genometools-1.5.9/References
|
||||||
genometools:
|
genometools:
|
||||||
genometools:
|
genometools:
|
||||||
|
|
Loading…
Reference in a new issue