mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/cistrome-CEAS: updated download link and misc cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bbd682e7ed
commit
4f02983cea
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for cistrome-CEAS
|
# Slackware build script for cistrome-CEAS
|
||||||
|
|
||||||
# Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com
|
# Copyright 2013-2020 Petar Petrov slackalaxy@gmail.com
|
||||||
# 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
|
||||||
|
@ -24,14 +24,14 @@
|
||||||
|
|
||||||
PRGNAM=cistrome-CEAS
|
PRGNAM=cistrome-CEAS
|
||||||
VERSION=${VERSION:-1.0.2}
|
VERSION=${VERSION:-1.0.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCNAM=CEAS-Package
|
SRCNAM=CEAS-Package
|
||||||
|
|
||||||
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
|
||||||
|
@ -42,8 +42,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=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="cistrome-CEAS"
|
PRGNAM="cistrome-CEAS"
|
||||||
VERSION="1.0.2"
|
VERSION="1.0.2"
|
||||||
HOMEPAGE="http://liulab.dfci.harvard.edu/CEAS/"
|
HOMEPAGE="https://github.com/taoliu/"
|
||||||
DOWNLOAD="http://liulab.dfci.harvard.edu/CEAS/src/CEAS-Package-1.0.2.tar.gz"
|
DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/academic/cistrome-CEAS/CEAS-Package-1.0.2.tar.gz"
|
||||||
MD5SUM="faf202ff613794ab9cd07f282c6e2663"
|
MD5SUM="faf202ff613794ab9cd07f282c6e2663"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue