development/rmac: Updated for version 1.13.5_20180603.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-09-22 20:11:36 -04:00 committed by Willy Sudiarto Raharjo
parent e5245acadc
commit e0689c375c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 10 additions and 10 deletions

View File

@ -8,8 +8,11 @@
# Upstream doesn't do source release tarballs, see git2targz.sh. # Upstream doesn't do source release tarballs, see git2targz.sh.
# 20180922 bkw:
# - updated for v1.13.5_20180603, had to add -j1 to make command.
PRGNAM=rmac PRGNAM=rmac
VERSION=${VERSION:-1.8.6_20170829} VERSION=${VERSION:-1.13.5_20180603}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -49,14 +52,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s,-O2,$SLKCFLAGS," makefile sed -i "s,-O2,$SLKCFLAGS," makefile
make make -j1
# Manual install. # Manual install.
mkdir -p $PKG/usr/bin $PKG/usr/share/$PRGNAM mkdir -p $PKG/usr/bin $PKG/usr/share/$PRGNAM

View File

@ -1,9 +1,9 @@
PRGNAM="rmac" PRGNAM="rmac"
VERSION="1.8.6_20170829" VERSION="1.13.5_20180603"
HOMEPAGE="http://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/" HOMEPAGE="http://atariage.com/forums/topic/264842-rmac-the-grandchild-of-madmac-assembler-finally-gets-6502-support/"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/rmac-1.8.6_20170829.tar.xz \ DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/rmac-1.13.5_20180603.tar.xz \
http://urchlay.naptime.net/~urchlay/src/madmac-examples.tar.xz" http://urchlay.naptime.net/~urchlay/src/madmac-examples.tar.xz"
MD5SUM="603805326d105dca2fafd12f9ba81110 \ MD5SUM="b42fb292daf2f20147bead7dc9fe607d \
3d6dff2b72815935c322c91277ea5074" 3d6dff2b72815935c322c91277ea5074"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""