15 lines
558 B
Bash
15 lines
558 B
Bash
# Template file for 'hatari'
|
|
pkgname=hatari
|
|
version=2.3.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config python3"
|
|
makedepends="SDL2-devel libpng-devel portaudio-devel zlib-devel"
|
|
depends="hicolor-icon-theme"
|
|
short_desc="Atari ST/STE/TT/Falcon emulator"
|
|
maintainer="Jarbowski <jarbowski@cock.lu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://hatari.tuxfamily.org/"
|
|
distfiles="http://download.tuxfamily.org/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=44a2f62ca995e38d9e0874806956f0b9c3cc84ea89e0169a63849b63cd3b64bd
|
|
python_version=3
|