diff options
author | Nitish Ragoomundun <lrugratz@gmail.com> | 2023-02-03 18:52:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:19:56 +0700 |
commit | 1122933ad525058e73e7e19190bb10463290bb48 (patch) | |
tree | 02f2467da00eeeb53904b9c21a321581fa35179d /academic/ds9/ds9.SlackBuild | |
parent | 2012cd80edcd23fa057f9ce1449018449d6b89d5 (diff) |
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.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/ds9/ds9.SlackBuild b/academic/ds9/ds9.SlackBuild index ceb9d596c518a..096402f85e852 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 |