diff options
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 ceb9d596c518..096402f85e85 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 |