summaryrefslogtreecommitdiffstats
path: root/academic/bcftools/bcftools.SlackBuild
diff options
context:
space:
mode:
author brobr2023-04-13 18:49:39 +0200
committer Willy Sudiarto Raharjo2023-04-15 02:15:39 +0200
commit5fc76afc90252873f808965d8c411e92a165db49 (patch)
treecdc876b4364d880f68600af74eab12644dc7f009 /academic/bcftools/bcftools.SlackBuild
parent68392eebc4445d28370c10de1f12b5f87ba929b1 (diff)
downloadslackbuilds-5fc76afc90252873f808965d8c411e92a165db49.tar.gz
academic/bcftools: Updated for version 1.17.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/bcftools/bcftools.SlackBuild')
-rw-r--r--academic/bcftools/bcftools.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/bcftools/bcftools.SlackBuild b/academic/bcftools/bcftools.SlackBuild
index d5f5e0561b..8efd51f637 100644
--- a/academic/bcftools/bcftools.SlackBuild
+++ b/academic/bcftools/bcftools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bcftools
-# Copyright 2017-2022 Rob van Nues # All rights reserved.
+# Copyright 2017-2023 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:
@@ -24,7 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bcftools
-VERSION=${VERSION:-1.16}
+VERSION=${VERSION:-1.17}
+HTSLIBV=${HTSLIBV:-1.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -77,7 +78,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Force linking to installed htslib
-rm -r htslib-$VERSION
+rm -r htslib-$HTSLIBV
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \