mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/bowtie: Updated install all binaries.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ad694a3d5c
commit
7c900167f3
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for bowtie
|
# Slackware build script for bowtie
|
||||||
|
|
||||||
# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com
|
# Copyright 2013-2022 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
|
||||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=bowtie
|
PRGNAM=bowtie
|
||||||
VERSION=${VERSION:-1.3.0}
|
VERSION=${VERSION:-1.3.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -73,14 +73,14 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
sed -i "s|-O3|$SLKCFLAGS -O3|" Makefile
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
|
||||||
make
|
make
|
||||||
|
|
||||||
install -D -m755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
install -D -m755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
||||||
install -D -m755 $PRGNAM-build $PKG/usr/bin/$PRGNAM-build
|
executables=$( ls bowtie-* )
|
||||||
install -D -m755 $PRGNAM-build-s $PKG/usr/bin/$PRGNAM-build-s
|
for b in ${executables[@]}; do
|
||||||
install -D -m755 $PRGNAM-inspect $PKG/usr/bin/$PRGNAM-inspect
|
install -D -m755 $b $PKG/usr/bin/$b
|
||||||
|
done
|
||||||
|
|
||||||
# Copy genomic data, scripts and more
|
# Copy genomic data, scripts and more
|
||||||
mkdir -p $PKG/usr/share/$PRGNAM
|
mkdir -p $PKG/usr/share/$PRGNAM
|
||||||
|
|
Loading…
Reference in a new issue