summaryrefslogtreecommitdiffstats
path: root/academic/bcftools/bcftools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/bcftools/bcftools.SlackBuild')
-rw-r--r--academic/bcftools/bcftools.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/academic/bcftools/bcftools.SlackBuild b/academic/bcftools/bcftools.SlackBuild
index 5607ba9d9a..52bd419da0 100644
--- a/academic/bcftools/bcftools.SlackBuild
+++ b/academic/bcftools/bcftools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for samtools
-# Copyright 2017-2018 Rob van Nues # All rights reserved.
+# Copyright 2017-2020 Rob van Nues # All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -23,7 +23,7 @@
PRGNAM=bcftools
-VERSION=${VERSION:-1.9}
+VERSION=${VERSION:-1.10.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-#force linking to installed htslib
+# Force linking to installed htslib
rm -r htslib-$VERSION
CFLAGS="$SLKCFLAGS" \
@@ -90,7 +90,6 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
-#make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \