mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/hatari: Fix script and slack-desc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6927978a94
commit
63172ecf51
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
|
||||
|
||||
# 20141029 bkw: add missing : in VERSION BUILD TAG assignments
|
||||
|
||||
# 20140825 bkw:
|
||||
# - updated for v1.8.0
|
||||
# - install docs/manpages to right places, instead of moving after the fact
|
||||
|
@ -15,9 +17,9 @@
|
|||
# - add mime type and auto-associate ST disk images and executables.
|
||||
|
||||
PRGNAM=hatari
|
||||
VERSION=${VERSION-1.8.0}
|
||||
BUILD=${BUILD-1}
|
||||
TAG=${TAG-_SBo}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
hatari: Hatari (Atari ST and STE Emulator)
|
||||
hatari: hatari (Atari ST and STE Emulator)
|
||||
hatari:
|
||||
hatari: Hatari is an Atari ST and STE emulator for Linux and other systems
|
||||
hatari: that are supported by the SDL library. The Atari ST was a 16/32 bit
|
||||
|
|
Loading…
Reference in a new issue