[Lunar-commits] <moonbase> atari800: added version 2.0.3 to the moonbase
Duncan Gibson
engelsman at lunar-linux.org
Sat Feb 28 18:08:36 CET 2009
commit 2a5ac0fc413c5e803d84ae1eb8847ce8376c245a
Author: Paul Bredbury <brebs at sent.com>
Date: Sat Feb 28 18:08:36 2009 +0100
atari800: added version 2.0.3 to the moonbase
Note: downloads, compiles and installs OK,
but otherwise untested - engelsman
---
zbeta/atari800/BUILD | 11 +++++++++++
zbeta/atari800/DEPENDS | 2 ++
zbeta/atari800/DETAILS | 22 ++++++++++++++++++++++
zbeta/atari800/PRE_BUILD | 3 +++
4 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/zbeta/atari800/BUILD b/zbeta/atari800/BUILD
new file mode 100644
index 0000000..a56ef84
--- /dev/null
+++ b/zbeta/atari800/BUILD
@@ -0,0 +1,11 @@
+(
+
+ OPTS+=" --target=sdl" &&
+ cd src &&
+ default_build &&
+
+ mkdir -p /usr/share/$MODULE &&
+ install -m644 -t /usr/share/$MODULE/ ../*.{ROM,XFD,ATR} &&
+ install -m644 -D ../XF25.DOC /usr/share/doc/$MODULE/xf25.txt
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/atari800/DEPENDS b/zbeta/atari800/DEPENDS
new file mode 100644
index 0000000..30a592e
--- /dev/null
+++ b/zbeta/atari800/DEPENDS
@@ -0,0 +1,2 @@
+depends unzip
+depends SDL
diff --git a/zbeta/atari800/DETAILS b/zbeta/atari800/DETAILS
new file mode 100644
index 0000000..2220ff3
--- /dev/null
+++ b/zbeta/atari800/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=atari800
+ VERSION=2.0.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=xf25.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:e6cfcd22b79874239bd664a476ff287c2d708924
+ SOURCE2_VFY=sha1:e65923fd3a4845c1c72d1677db0fda969187eb42
+ WEB_SITE=http://atari800.sourceforge.net/
+ ENTERED=20090222
+ UPDATED=20090222
+ MAINTAINER=brebs at sent.com
+ SHORT="emulator of 8-bit Atari personal computers"
+
+cat << EOF
+Atari800 is an emulator for the 800, 800XL, 130XE and 5200 models of
+the Atari personal computer. It can be used on console, FrameBuffer or
+X11. It features excellent compatibility, HIFI sound support,
+artifacting emulation, precise cycle-exact ANTIC/GTIA emulation and
+more.
+EOF
diff --git a/zbeta/atari800/PRE_BUILD b/zbeta/atari800/PRE_BUILD
new file mode 100644
index 0000000..bed3673
--- /dev/null
+++ b/zbeta/atari800/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+unzip -qo $SOURCE_CACHE/$SOURCE2
More information about the Lunar-commits
mailing list