development/rmac: Updated for version 2.1.12_20210820.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
df12de0e12
commit
77650eabe5
|
@ -8,13 +8,14 @@
|
|||
|
||||
# Upstream doesn't do source release tarballs, see git2targz.sh.
|
||||
|
||||
# 20210907 bkw: update for v2.1.12_20210820.
|
||||
# 20180922 bkw:
|
||||
# - updated for v1.13.5_20180603, had to add -j1 to make command.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rmac
|
||||
VERSION=${VERSION:-1.13.5_20180603}
|
||||
VERSION=${VERSION:-2.1.12_20210820}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -27,9 +28,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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="rmac"
|
||||
VERSION="1.13.5_20180603"
|
||||
HOMEPAGE="http://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/rmac-1.13.5_20180603.tar.xz \
|
||||
VERSION="2.1.12_20210820"
|
||||
HOMEPAGE="https://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/rmac-2.1.12_20210820.tar.xz \
|
||||
https://slackware.uk/~urchlay/src/madmac-examples.tar.xz"
|
||||
MD5SUM="b42fb292daf2f20147bead7dc9fe607d \
|
||||
MD5SUM="3648b145a9641abcbe57ba0bb6c554b3 \
|
||||
3d6dff2b72815935c322c91277ea5074"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue