mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/fastqc: Updated for version 0.11.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10195076aa
commit
465af7bca3
2 changed files with 7 additions and 6 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=fastqc
|
||||
SRCNAM=FastQC
|
||||
VERSION=${VERSION:-0.11.2}
|
||||
SRCVER=${SRCVER:-v0.11.2}
|
||||
VERSION=${VERSION:-0.11.3}
|
||||
SRCVER=${SRCVER:-v0.11.3}
|
||||
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -35,6 +35,7 @@ ARCH=noarch
|
|||
# Jar files names and versions
|
||||
JBZIP=jbzip2-0.9.jar
|
||||
SAM=sam-1.103.jar
|
||||
CISD=cisd-jhdf5.jar
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -57,7 +58,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
install -D -m755 $PRGNAM $PKG/usr/share/java/$PRGNAM/$PRGNAM
|
||||
cp -a Configuration net org Templates uk $JBZIP $SAM $PKG/usr/share/java/$PRGNAM
|
||||
cp -a Configuration net org Templates uk $JBZIP $SAM $CISD $PKG/usr/share/java/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cd $PKG/usr/bin
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fastqc"
|
||||
VERSION="0.11.2"
|
||||
VERSION="0.11.3"
|
||||
HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/"
|
||||
DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.2.zip"
|
||||
MD5SUM="8686e180a2d7c818821eb7db194d9488"
|
||||
DOWNLOAD="http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.3.zip"
|
||||
MD5SUM="e66416b739c434d523ccc1a814d716ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue