diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-19 20:09:02 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:17 +0700 |
commit | 3780b9187577e7f9b64bfc657be45af7ff3bea05 (patch) | |
tree | e71d0e709d01e94caa10b4e074cee07bc3e20b91 | |
parent | 1b6e665695dc7774081e3dd8197f87e28bba8a9a (diff) |
games/hatari: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/hatari/README | 6 | ||||
-rw-r--r-- | games/hatari/hatari.SlackBuild | 3 | ||||
-rw-r--r-- | games/hatari/hatari.info | 4 |
3 files changed, 4 insertions, 9 deletions
diff --git a/games/hatari/README b/games/hatari/README index 53de0f83294c..95b8500d5f36 100644 --- a/games/hatari/README +++ b/games/hatari/README @@ -27,7 +27,5 @@ portaudio - Only used for emulated Falcon microphone support. portmidi - May offer better MIDI support than the default ALSA raw MIDI device support. Autodetected. -SDL2 - Using SDL2 offers some benefits like better fullscreen support - and resizing in windowed mode. Autodetected. If you have SDL2 - installed but want to build hatari with SDL-1.2, export SDL2=no - in the environment. +Build option: if you for some reason want to build hatari with SDL-1.2 +rather than 2.0, export SDL2=no in the script's environment. diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild index ce871cc0d62a..323348c8680b 100644 --- a/games/hatari/hatari.SlackBuild +++ b/games/hatari/hatari.SlackBuild @@ -79,9 +79,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/games/hatari/hatari.info b/games/hatari/hatari.info index 10b6f750e180..19d933a9c0ed 100644 --- a/games/hatari/hatari.info +++ b/games/hatari/hatari.info @@ -1,7 +1,7 @@ PRGNAM="hatari" VERSION="2.3.1" -HOMEPAGE="http://hatari.tuxfamily.org/" -DOWNLOAD="http://download.tuxfamily.org/hatari/2.3.1/hatari-2.3.1.tar.bz2" +HOMEPAGE="https://hatari.tuxfamily.org/" +DOWNLOAD="https://download.tuxfamily.org/hatari/2.3.1/hatari-2.3.1.tar.bz2" MD5SUM="52f572328edc575db17e54d4fd2d3a20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |