diff options
Diffstat (limited to 'academic/samtools/samtools.SlackBuild')
-rw-r--r-- | academic/samtools/samtools.SlackBuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/academic/samtools/samtools.SlackBuild b/academic/samtools/samtools.SlackBuild index 7efbaf3288ca..4f39dce0d077 100644 --- a/academic/samtools/samtools.SlackBuild +++ b/academic/samtools/samtools.SlackBuild @@ -25,14 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=samtools -VERSION=${VERSION:-1.19.2} -HTSLIBV=${HTSLIBV:-1.19.1} +VERSION=${VERSION:-1.20} +HTSLIBV=${HTSLIBV:-1.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -# Some applications still rely on the legacy samtools API instead of using htslib -# exclusively, in that case, install the headers in /usr/include/bam and the static +# Some applications still rely on the legacy samtools API instead of using htslib +# exclusively, in that case, install the headers in /usr/include/bam and the static # libbam library as well by declaring (uncommenting): #SAMLIB="yes" # and commenting out: @@ -122,9 +122,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS LICENSE README NEWS.md examples \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS LICENSE README NEWS.md examples $PKG/usr/doc/$PRGNAM-$VERSION cp $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |