summaryrefslogtreecommitdiffstats
path: root/academic/ds9/ds9.SlackBuild
diff options
context:
space:
mode:
author Nitish Ragoomundun2023-02-03 19:52:41 +0100
committer Willy Sudiarto Raharjo2023-02-04 01:19:56 +0100
commit1122933ad525058e73e7e19190bb10463290bb48 (patch)
tree02f2467da00eeeb53904b9c21a321581fa35179d /academic/ds9/ds9.SlackBuild
parent2012cd80edcd23fa057f9ce1449018449d6b89d5 (diff)
downloadslackbuilds-1122933ad525058e73e7e19190bb10463290bb48.tar.gz
academic/ds9: Updated for version 8.4.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/ds9/ds9.SlackBuild')
-rw-r--r--academic/ds9/ds9.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/ds9/ds9.SlackBuild b/academic/ds9/ds9.SlackBuild
index ceb9d596c5..096402f85e 100644
--- a/academic/ds9/ds9.SlackBuild
+++ b/academic/ds9/ds9.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ds9 (SAOImageDS9)
-# Copyright 2021 Nitish Ragoomundun, Mauritius
+# Copyright 2022 Nitish Ragoomundun, Mauritius
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ds9
-VERSION=${VERSION:-8.2.1}
+VERSION=${VERSION:-8.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -82,7 +82,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
-./unix/configure \
+unix/configure \
--prefix=/usr \
--bindir=/usr/bin \
--sysconfdir=/etc \
@@ -102,8 +102,8 @@ install -D -m755 bin/ds9 $PKG/usr/bin/
# Install icon
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/pixmaps
+install -m 644 ds9/doc/sun.png $PKG/usr/share/pixmaps/ds9-icon.png
install -m 644 $CWD/ds9.desktop $PKG/usr/share/applications
-install -m 644 $CWD/ds9-icon.png $PKG/usr/share/pixmaps
# Copy documentation
cp -a BUILD.txt LICENSE README.md ds9/doc/* $PKG/usr/doc/$PRGNAM-$VERSION