summaryrefslogtreecommitdiffstats
path: root/libraries/htslib
diff options
context:
space:
mode:
author brobr2022-03-04 16:04:18 +0100
committer Willy Sudiarto Raharjo2022-03-05 02:17:05 +0100
commit69550ce0fa86fc709af6db80f07b2f0455eb9afa (patch)
tree7c6a58d450d97bbc90d1a649aad076e51f998594 /libraries/htslib
parent85a648638c170db5bef9fddd7adae6d3226d8df0 (diff)
downloadslackbuilds-69550ce0fa86fc709af6db80f07b2f0455eb9afa.tar.gz
libraries/htslib: Update to version 1.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/htslib')
-rw-r--r--libraries/htslib/htslib.SlackBuild10
-rw-r--r--libraries/htslib/htslib.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild
index 820f176994..779efce282 100644
--- a/libraries/htslib/htslib.SlackBuild
+++ b/libraries/htslib/htslib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for htslib
-# Copyright 2018-2021 Rob van Nues # All rights reserved.
+# Copyright 2018-2022 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,8 +24,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=htslib
-VERSION=${VERSION:-1.14}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.15}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -101,6 +101,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+rm -f $PKG/usr/lib*/*.la
+
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@@ -113,8 +115,6 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-rm -f $PKG/usr/lib*/*.la
-
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/libraries/htslib/htslib.info b/libraries/htslib/htslib.info
index c9fbe7f2a6..ccd998045b 100644
--- a/libraries/htslib/htslib.info
+++ b/libraries/htslib/htslib.info
@@ -1,8 +1,8 @@
PRGNAM="htslib"
-VERSION="1.14"
+VERSION="1.15"
HOMEPAGE="http://www.htslib.org"
-DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.14/htslib-1.14.tar.bz2"
-MD5SUM="04d6d94af863cc8cd043f02c9fb80d40"
+DOWNLOAD="https://github.com/samtools/htslib/releases/download/1.15/htslib-1.15.tar.bz2"
+MD5SUM="bd08e52e71aa27182867f6e761f5c68f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""