summaryrefslogtreecommitdiffstats
path: root/games/atari800_roms
diff options
context:
space:
mode:
Diffstat (limited to 'games/atari800_roms')
-rw-r--r--games/atari800_roms/README16
-rw-r--r--games/atari800_roms/atari800_roms.SlackBuild15
-rw-r--r--games/atari800_roms/atari800_roms.info6
3 files changed, 22 insertions, 15 deletions
diff --git a/games/atari800_roms/README b/games/atari800_roms/README
index a5d23991f8..f7e22305fb 100644
--- a/games/atari800_roms/README
+++ b/games/atari800_roms/README
@@ -1,15 +1,15 @@
atari800_roms (system ROMs for Atari 8-bit computers)
-The operating system and BASIC language ROM images from the Atari 800 and
-800XL computers. The ROM images are installed in /usr/share/atari800/,
-for use with the atari800 emulator, but may be used with other emulators
-such as Atari++.
+The operating system and BASIC language ROM images from the
+Atari 800 and 800XL computers. The ROM images are installed in
+/usr/share/atari800/, for use with the atari800 emulator, but may be
+used with other emulators such as Atari++.
Also included are bootable disk images for Atari DOS 2.5 and MyDOS
4.5d, and a couple of disks of demo software. These are installed in
/usr/share/atari800/disks.
-These ROM images are proprietary and copyrighted, but the copyright holder
-granted the right to redistribute them to the authors of PC Xformer, a
-(now obsolete) Atari emulator. This build extracts the ROMs from the PC
-Xformer zip file.
+These ROM images are proprietary and copyrighted, but the copyright
+holder granted the right to redistribute them to the authors of PC
+Xformer, a (now obsolete) Atari emulator. This build extracts the ROMs
+from the PC Xformer zip file.
diff --git a/games/atari800_roms/atari800_roms.SlackBuild b/games/atari800_roms/atari800_roms.SlackBuild
index 0fbb6129fd..7cd1df91b1 100644
--- a/games/atari800_roms/atari800_roms.SlackBuild
+++ b/games/atari800_roms/atari800_roms.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for Atari OS ROMs
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -10,14 +10,21 @@
# No need for ARCH detection or LIBDIRSUFFIX stuff.
# Too bad I can't put m6502 for $ARCH...
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=atari800_roms
VERSION=${VERSION:-20140424}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -56,4 +63,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/games/atari800_roms/atari800_roms.info b/games/atari800_roms/atari800_roms.info
index a332b0f0b4..2b22d3e76e 100644
--- a/games/atari800_roms/atari800_roms.info
+++ b/games/atari800_roms/atari800_roms.info
@@ -1,10 +1,10 @@
PRGNAM="atari800_roms"
VERSION="20140424"
-HOMEPAGE="http://atari800.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/sourceforge/atari800/xf25.zip"
+HOMEPAGE="https://atari800.github.io/"
+DOWNLOAD="https://downloads.sourceforge.net/sourceforge/atari800/xf25.zip"
MD5SUM="4dc3b6b4313e9596c4d474785a37b94d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"