diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-11 19:41:03 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | 2d0a5b8a09a40ef6f403d392e021346a68c6a0b8 (patch) | |
tree | 27f8ee33a471bc1662f5f40dfdc1dfed2bb614ba /games/stella/stella.SlackBuild | |
parent | 95ead3edb611031a4c3b478e18535b4bef1fe832 (diff) |
games/stella: Updated for version 5.1.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 8c5bbdf6c429..990c9fc111ce 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20180611 bkw: update for 5.1.3, move binary to /usr/games # 20180206 bkw: update for 5.1 # 20170821 bkw: update for 5.0.2 # 20170723 bkw: update for 5.0.1 @@ -36,7 +37,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-5.1} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --datadir=/usr/share \ + --bindir=/usr/games \ --disable-static \ --enable-shared |