[Lunar-commits] <moonbase> sz81: Sinclair ZX81 emulator
Paul Bredbury
brebs at lunar-linux.org
Wed Feb 16 14:46:04 CET 2011
commit 5884cf1f76d917ce1fe44995024612ee8827a916
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Feb 16 20:46:04 2011 +0700
sz81: Sinclair ZX81 emulator
---
zbeta/sz81/BUILD | 7 +++++++
zbeta/sz81/DEPENDS | 1 +
zbeta/sz81/DETAILS | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/zbeta/sz81/BUILD b/zbeta/sz81/BUILD
new file mode 100644
index 0000000..3c9a5ce
--- /dev/null
+++ b/zbeta/sz81/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sed -i -e "s:^\(PREFIX?=\).*:\1/usr:" -e "s:^\(BINDIR?=\).*:\1/usr/bin:" -e "s:^\(DOCDIR?=\).*:\1/usr/share/doc/sz81:" -e "s:^\(PACKAGE_DATA_DIR?=\).*:\1/usr/share/sz81:" Makefile &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/sz81/DEPENDS b/zbeta/sz81/DEPENDS
new file mode 100644
index 0000000..c05e67b
--- /dev/null
+++ b/zbeta/sz81/DEPENDS
@@ -0,0 +1 @@
+depends SDL
diff --git a/zbeta/sz81/DETAILS b/zbeta/sz81/DETAILS
new file mode 100644
index 0000000..1e97ce4
--- /dev/null
+++ b/zbeta/sz81/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=sz81
+ VERSION=2.1.7
+ SOURCE=$MODULE-$VERSION-source.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d3709f1ad4df9a817228bab2e34a92be7c2e019b
+ WEB_SITE=http://sz81.sourceforge.net/
+ ENTERED=20110215
+ UPDATED=20110215
+ SHORT="A Sinclair ZX80 & ZX81 emulator"
+
+cat << EOF
+sz81 is a Sinclair ZX80/ZX81 emulator very much based upon the work of
+Ian Collier's xz80 and Russell Marks's z81, but employing the highly
+portable SDL, and including additional functionality and features for
+desktop computers and portable devices.
+EOF
More information about the Lunar-commits
mailing list