summaryrefslogtreecommitdiffstats
path: root/development/uz80as
diff options
context:
space:
mode:
Diffstat (limited to 'development/uz80as')
-rw-r--r--development/uz80as/README8
-rw-r--r--development/uz80as/slack-desc2
-rw-r--r--development/uz80as/uz80as.SlackBuild20
-rw-r--r--development/uz80as/uz80as.info6
4 files changed, 24 insertions, 12 deletions
diff --git a/development/uz80as/README b/development/uz80as/README
index 1a6a5b60cc..0c6bfde36c 100644
--- a/development/uz80as/README
+++ b/development/uz80as/README
@@ -1,8 +1,9 @@
uz80as (Micro Z80 assembler)
-uz80as is an assembler for the Zilog Z80 and several other microprocessors.
-It accepts source files with the same syntax accepted by the Telemark Cross
-Assembler (TASM), with only minor differences.
+uz80as is an assembler for the Zilog Z80 and several other
+microprocessors. It accepts source files with the same syntax
+accepted by the Telemark Cross Assembler (TASM), with only minor
+differences.
Currently, uz80as can assemble for these microprocessors:
- Z80 family
@@ -17,3 +18,4 @@ Currently, uz80as can assemble for these microprocessors:
- Datapoint 2200 (versions I & II)
- Intel 4004, 4040, 8008, 8021, 8022, 8041, 8048, 8051, 8080, 8085
- Motorola 6800, 6801, 68HC11
+ - RCA 1802
diff --git a/development/uz80as/slack-desc b/development/uz80as/slack-desc
index 2a1f5216aa..12fe0f8377 100644
--- a/development/uz80as/slack-desc
+++ b/development/uz80as/slack-desc
@@ -13,7 +13,7 @@ uz80as: Its syntax is compatible with TASM (Telemark cross assembler).
uz80as: uz80as can assemble for the Zilog Z80, Hitachi HD64180,
uz80as: Sharp LR35902 (Nintendo Gameboy CPU), MOS 6502, Rockwell R6501/02/29,
uz80as: California Micro Devices G65SC02, Western Design Center W65C02S,
-uz80as: Datapoint 2200 (versions I & II), Intel 4004/40,
+uz80as: Datapoint 2200 (versions I & II), Intel 4004/40, RCA 1802,
uz80as: Intel 8008/21/22/41/48/51/80/85, Motorola 6800/01/HC11.
uz80as:
uz80as: https://jorgicor.niobe.org/uz80as
diff --git a/development/uz80as/uz80as.SlackBuild b/development/uz80as/uz80as.SlackBuild
index d02bbbd8cd..9a271fe256 100644
--- a/development/uz80as/uz80as.SlackBuild
+++ b/development/uz80as/uz80as.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for uz80as
-# Copyright 2018 Jorge Giner Cordero
+# Copyright 2023 Jorge Giner Cordero
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=uz80as
-VERSION=${VERSION:-1.10}
+VERSION=${VERSION:-2.01}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -35,7 +38,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# 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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -101,4 +111,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/development/uz80as/uz80as.info b/development/uz80as/uz80as.info
index 44e02a0ade..e288169dbc 100644
--- a/development/uz80as/uz80as.info
+++ b/development/uz80as/uz80as.info
@@ -1,8 +1,8 @@
PRGNAM="uz80as"
-VERSION="1.10"
+VERSION="2.01"
HOMEPAGE="https://jorgicor.niobe.org/uz80as"
-DOWNLOAD="https://jorgicor.niobe.org/uz80as/uz80as-1.10.tar.gz"
-MD5SUM="b53d3286716b9f4798f40ece5ea86010"
+DOWNLOAD="https://jorgicor.niobe.org/uz80as/uz80as-2.01.tar.gz"
+MD5SUM="11134b2d3b740fd2305641cc96ea7a10"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""