New package: atari800 3.1.0
This commit is contained in:
parent
be905d0d84
commit
403c959bee
2 changed files with 35 additions and 0 deletions
11
srcpkgs/atari800/INSTALL.msg
Normal file
11
srcpkgs/atari800/INSTALL.msg
Normal file
|
@ -0,0 +1,11 @@
|
|||
IMPORTANT NOTE
|
||||
--------------
|
||||
If you want to use this emulator properly, you need to grab original
|
||||
Atari ROM files. You can extract them from official XFormer 2000
|
||||
emulator distribution, located on Atari800 sourceforge repo:
|
||||
http://downloads.sourceforge.net/project/atari800/ROM/Original%20XL%20ROM/xf25.zip
|
||||
Just extract .ROM files from given .ZIP archive and point your Atari800
|
||||
emulator to directory with them using F1 => Emulator Configuration =>
|
||||
System ROM Settings.
|
||||
|
||||
Have fun.
|
24
srcpkgs/atari800/template
Normal file
24
srcpkgs/atari800/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
pkgname="atari800"
|
||||
version="3.1.0"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Emulator of Atari 800/800XL/130XE/5200 with various extensions"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
makedepends="SDL_mixer-devel SDL_ttf-devel SDL_image-devel SDL_sound-devel SDL_net-devel readline-devel MesaLib-devel"
|
||||
license="GPL-2"
|
||||
build_wrksrc="src"
|
||||
homepage="http://atari800.sourceforge.net"
|
||||
configure_args="
|
||||
--disable-sdltest
|
||||
--with-video=sdl --with-opengl --with-sound=sdl --with-x --with-readline
|
||||
--enable-rserial --enable-rnetwork
|
||||
--enable-linuxjoystick --enable-eventrecording
|
||||
--enable-voicebox --enable-stereosound
|
||||
--enable-clipsound --enable-consolesound --enable-volonlysound --enable-seriosound
|
||||
--enable-interpolatesound --enable-nonlinear_mixing --enable-synchronized_sound
|
||||
--enable-pbi_mio --enable-pbi_bb --enable-pbi_xld --enable-ide
|
||||
--enable-monitortrace --enable-monitorprofile --enable-monitorhints
|
||||
--enable-monitorbreakpoints --enable-monitorbreak --enable-monitorasm
|
||||
--enable-bufferedlog --enable-newcycleexact --enable-unalignedwords"
|
||||
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}.tar.gz"
|
||||
checksum="901b02cce92ddb0b614f8034e6211f24cbfc2f8fb1c6581ba0097b1e68f91e0c"
|
Loading…
Reference in a new issue