diff options
author | hauke <hauke@pkgsrc.org> | 2008-08-01 09:10:58 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2008-08-01 09:10:58 +0000 |
commit | 2993937adc0a87bc97e4e7eba1ec041b71a68ad5 (patch) | |
tree | caf3f790678d11950e14f4812e0d5e81b0263312 /emulators | |
parent | b2a5667e08b2e18224c32e0f27618ea4a5bdf5ea (diff) | |
download | pkgsrc-2993937adc0a87bc97e4e7eba1ec041b71a68ad5.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/DESCR | 4 | ||||
-rw-r--r-- | emulators/emutos/Makefile | 41 | ||||
-rw-r--r-- | emulators/emutos/PLIST | 10 | ||||
-rw-r--r-- | emulators/emutos/distinfo | 5 |
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 |