void-packages/srcpkgs/atari800/template
classabbyamp 1c081e70ae *: move non-critical INSTALL.msg to README.voidlinux en masse
to avoid desensitising the user to ignorable INSTALL.msgs, move ones
that just specify things like optional dependencies and initial
configuration tips to README.voidlinux
2023-09-05 18:29:18 -04:00

20 lines
778 B
Bash

# Template file for 'atari800'
pkgname=atari800
version=4.1.0
revision=1
build_style=gnu-configure
configure_args="--disable-sdltest --with-x --enable-clipsound
--enable-monitortrace --enable-monitorprofile --enable-monitorbreakpoints
--enable-bufferedlog"
makedepends="SDL_image-devel SDL_mixer-devel SDL_net-devel SDL_sound-devel
SDL_ttf-devel readline-devel"
short_desc="Emulator of Atari 800/800XL/130XE/5200 with various extensions"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://atari800.github.io"
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}-src.tgz"
checksum=fedfe2ec94dc6f29b467e8c419efff64a7451aa4bbd60ffbd4709cb4da6276c0
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}