summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhauke <hauke>2008-08-01 09:10:58 +0000
committerhauke <hauke>2008-08-01 09:10:58 +0000
commit41e13e46cb211463db5828c0107d415aed279c1a (patch)
treecaf3f790678d11950e14f4812e0d5e81b0263312 /emulators
parent2f0e84124a9f7118757975a202d2a60480de270a (diff)
downloadpkgsrc-41e13e46cb211463db5828c0107d415aed279c1a.tar.gz
EmuTOS is a GEMDOS compatible operating system for Atari ST series
computers and ST emulators.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/emutos/DESCR4
-rw-r--r--emulators/emutos/Makefile41
-rw-r--r--emulators/emutos/PLIST10
-rw-r--r--emulators/emutos/distinfo5
4 files changed, 60 insertions, 0 deletions
diff --git a/emulators/emutos/DESCR b/emulators/emutos/DESCR
new file mode 100644
index 00000000000..22905688d53
--- /dev/null
+++ b/emulators/emutos/DESCR
@@ -0,0 +1,4 @@
+EmuTOS is a GEMDOS compatible operating system for Atari ST series
+computers. It is made from Digital Research's GPLed original sources
+and will be a free and open source replacement for Atari's TOS ROM
+images.
diff --git a/emulators/emutos/Makefile b/emulators/emutos/Makefile
new file mode 100644
index 00000000000..e6fe1118b3a
--- /dev/null
+++ b/emulators/emutos/Makefile
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2008/08/01 09:10:58 hauke Exp $
+
+# TODOS
+# - hint to this pkg after installing aranym
+# - try out hatari pkg with this pkg
+# - find out what DESTDIR support is about
+
+DISTNAME= emutos
+PKGNAME= emutos-0.8.3
+
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=emutos/}
+DISTFILES= emutos-512k-0.8.3.zip
+
+MAINTAINER= hauke@NetBSD.org
+HOMEPAGE= http://emutos.sourceforge.net/
+COMMENT= ROM image of free Atari TOS clone
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= unzip
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/emutos-512k-0.8.3
+
+EMUTOS_DOC_DIR= ${DESTDIR}${PREFIX}/share/doc/${DISTNAME}
+EMUTOS_ROM_DIR= ${DESTDIR}${PREFIX}/share/${DISTNAME}
+
+REQD_DIRS+= ${EMUTOS_ROM_DIR:Q} ${EMUTOS_DOC_DIR:Q}
+
+do-install:
+ ${INSTALL_DATA_DIR} ${EMUTOS_ROM_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/etos512k.img ${EMUTOS_ROM_DIR}
+ ${INSTALL_DATA_DIR} ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/announce.txt ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/authors.txt ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/changelog.txt ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/license.txt ${EMUTOS_DOC_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/status.txt ${EMUTOS_DOC_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/emutos/PLIST b/emulators/emutos/PLIST
new file mode 100644
index 00000000000..18cae1e5b68
--- /dev/null
+++ b/emulators/emutos/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2008/08/01 09:10:58 hauke Exp $
+share/doc/emutos/announce.txt
+share/doc/emutos/authors.txt
+share/doc/emutos/changelog.txt
+share/doc/emutos/license.txt
+share/doc/emutos/readme.txt
+share/doc/emutos/status.txt
+share/emutos/etos512k.img
+@dirrm share/emutos
+@dirrm share/doc/emutos
diff --git a/emulators/emutos/distinfo b/emulators/emutos/distinfo
new file mode 100644
index 00000000000..2a476565be1
--- /dev/null
+++ b/emulators/emutos/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/08/01 09:10:58 hauke Exp $
+
+SHA1 (emutos-512k-0.8.3.zip) = 5edb36b4f959c6ae258f30ac5107fd1a5725215d
+RMD160 (emutos-512k-0.8.3.zip) = ddc0fae3d332425f2b5b551544c78676d412a5be
+Size (emutos-512k-0.8.3.zip) = 211069 bytes