mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/bpp-phyl: Updated for version 2.3.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c7c622ecf0
commit
004d9c7c43
2 changed files with 7 additions and 9 deletions
|
@ -23,8 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bpp-phyl
|
||||
VERSION=${VERSION:-git_bf2e0d6}
|
||||
COMMIT=bf2e0d6528eacfaec2de740383c6b34311c9d9fa
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$COMMIT
|
||||
tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
|
||||
cd $PRGNAM-$COMMIT
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
@ -78,7 +77,6 @@ cd build
|
|||
-DCMAKE_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bpp-phyl"
|
||||
VERSION="git_bf2e0d6"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://biopp.univ-montp2.fr/"
|
||||
DOWNLOAD="https://github.com/BioPP/bpp-phyl/archive/bf2e0d6/bpp-phyl-bf2e0d6528eacfaec2de740383c6b34311c9d9fa.tar.gz"
|
||||
MD5SUM="e0be5820c1462ed7c98b9bb55a0fd21c"
|
||||
DOWNLOAD="https://github.com/BioPP/bpp-phyl/archive/v2.3.1/bpp-phyl-2.3.1.tar.gz"
|
||||
MD5SUM="7ec2260772b3a4ea32870c61f88158b4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="bpp-seq"
|
||||
|
|
Loading…
Reference in a new issue