From 69550ce0fa86fc709af6db80f07b2f0455eb9afa Mon Sep 17 00:00:00 2001 From: brobr Date: Fri, 4 Mar 2022 15:04:18 +0000 Subject: libraries/htslib: Update to version 1.15 Signed-off-by: Willy Sudiarto Raharjo --- libraries/htslib/htslib.SlackBuild | 10 +++++----- libraries/htslib/htslib.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libraries/htslib') diff --git a/libraries/htslib/htslib.SlackBuild b/libraries/htslib/htslib.SlackBuild index 820f176994264..779efce2820bc 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 c9fbe7f2a6324..ccd998045b006 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="" -- cgit v1.2.3