aboutsummaryrefslogtreecommitdiff
path: root/libraries/cfitsio/cfitsio.SlackBuild
diff options
context:
space:
mode:
authorDominik Drobek <dominik.drobek@o2.pl>2013-12-27 17:59:26 +0100
committerErik Hanson <erik@slackbuilds.org>2014-01-07 11:13:06 -0600
commit0b86776b36c3fc88d7b5f89c1b49f797cfb44dcf (patch)
treeee219129eed7c1deb8754be567d4be1d2993d236 /libraries/cfitsio/cfitsio.SlackBuild
parent8372cd1ce56e2a00b78a9c26514b0b4527811718 (diff)
libraries/cfitsio: Updated for version 3.36.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/cfitsio.SlackBuild')
-rw-r--r--libraries/cfitsio/cfitsio.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/cfitsio/cfitsio.SlackBuild b/libraries/cfitsio/cfitsio.SlackBuild
index 4dabce25d7a72..b052dc577e6bf 100644
--- a/libraries/cfitsio/cfitsio.SlackBuild
+++ b/libraries/cfitsio/cfitsio.SlackBuild
@@ -4,11 +4,11 @@
# Written by Dominik Drobek <dominik.drobek (at) o2.pl>
PRGNAM=cfitsio
-VERSION=${VERSION:-3.35}
+VERSION=${VERSION:-3.36}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-FVER=3350
+FVER=3360
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -57,10 +57,10 @@ mv $PRGNAM $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
-License.txt README* *.doc changes.txt \
+License.txt README* docs/*.doc docs/changes.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild