mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
atari800: update to 4.0.0. (#326)
This commit is contained in:
parent
2ff2c954dd
commit
9452419fdc
1 changed files with 10 additions and 9 deletions
|
@ -1,14 +1,9 @@
|
||||||
# Template file for 'atari800'
|
# Template file for 'atari800'
|
||||||
pkgname=atari800
|
pkgname=atari800
|
||||||
version=3.1.0
|
version=4.0.0
|
||||||
revision=4
|
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"
|
build_wrksrc="src"
|
||||||
homepage="http://atari800.sourceforge.net"
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--disable-sdltest
|
--disable-sdltest
|
||||||
--with-video=sdl --with-sound=sdl --with-x --with-readline
|
--with-video=sdl --with-sound=sdl --with-x --with-readline
|
||||||
|
@ -21,8 +16,14 @@ configure_args="
|
||||||
--enable-monitortrace --enable-monitorprofile --enable-monitorhints
|
--enable-monitortrace --enable-monitorprofile --enable-monitorhints
|
||||||
--enable-monitorbreakpoints --enable-monitorbreak --enable-monitorasm
|
--enable-monitorbreakpoints --enable-monitorbreak --enable-monitorasm
|
||||||
--enable-bufferedlog --enable-newcycleexact"
|
--enable-bufferedlog --enable-newcycleexact"
|
||||||
|
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"
|
||||||
|
homepage="https://atari800.github.io"
|
||||||
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/atari800/atari800/${version}/atari800-${version}.tar.gz"
|
||||||
checksum="901b02cce92ddb0b614f8034e6211f24cbfc2f8fb1c6581ba0097b1e68f91e0c"
|
checksum=08e9b989ddb2785265d242ff92b416a2b53c285c7309f3fc3f5e94889cb69eb5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Do not strip bins.
|
# Do not strip bins.
|
||||||
|
|
Loading…
Add table
Reference in a new issue