mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/cfitsio: Updated for version 3.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7dc9d549fe
commit
43a9c81f95
2 changed files with 7 additions and 9 deletions
|
@ -4,11 +4,11 @@
|
|||
# Written by Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
|
||||
PRGNAM=cfitsio
|
||||
VERSION=${VERSION:-3.36}
|
||||
VERSION=${VERSION:-3.37}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
FVER=3360
|
||||
FVER=3370
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -82,9 +82,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,10 +1,10 @@
|
|||
PRGNAM="cfitsio"
|
||||
VERSION="3.36"
|
||||
VERSION="3.37"
|
||||
HOMEPAGE="http://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
DOWNLOAD="ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3360.tar.gz"
|
||||
MD5SUM="610f830a17fd78cf80e47e96254b5e5c"
|
||||
DOWNLOAD="ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/cfitsio3370.tar.gz"
|
||||
MD5SUM="abebd2d02ba5b0503c633581e3bfa116"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dominik Drobek"
|
||||
EMAIL="dominik.drobek@o2.pl"
|
||||
EMAIL="dominik.drobek (at) o2.pl"
|
||||
|
|
Loading…
Reference in a new issue