libraries/cfitsio: Updated for version 3.48.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9dab70f57f
commit
70a61df6ff
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cfitsio
|
||||
|
||||
# Copyright 2011-2019 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# Copyright 2011-2020 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cfitsio
|
||||
VERSION=${VERSION:-3.47}
|
||||
VERSION=${VERSION:-3.48}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a License.txt README* docs/*.doc docs/changes.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a License.txt README docs/*.doc docs/changes.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cfitsio"
|
||||
VERSION="3.47"
|
||||
VERSION="3.48"
|
||||
HOMEPAGE="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
DOWNLOAD="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.47.tar.gz"
|
||||
MD5SUM="a2b266abb75ddbf71a29362a599a86ba"
|
||||
DOWNLOAD="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.48.tar.gz"
|
||||
MD5SUM="1d0b3fff1259f829013c56a1efbe9c50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue