diff options
author | brobr <sborg63@disroot.org> | 2022-03-04 15:04:18 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-05 08:17:05 +0700 |
commit | 69550ce0fa86fc709af6db80f07b2f0455eb9afa (patch) | |
tree | 7c6a58d450d97bbc90d1a649aad076e51f998594 | |
parent | 85a648638c170db5bef9fddd7adae6d3226d8df0 (diff) |
libraries/htslib: Update to version 1.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/htslib/htslib.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/htslib/htslib.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index 820f17699426..779efce2820b 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 c9fbe7f2a632..ccd998045b00 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="" |