void-packages/srcpkgs/stella/template
2017-07-24 21:37:33 -03:00

21 lines
601 B
Bash

# Template file for 'stella'
pkgname=stella
version=5.0.1
revision=1
build_style=gnu-configure
makedepends="SDL2-devel glu-devel libpng-devel zlib-devel"
short_desc="A multi-platform Atari 2600 VCS Emulator"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2"
homepage="https://stella-emu.github.io/"
distfiles="https://github.com/stella-emu/stella/releases/download/${version}/stella-${version}-src.tar.xz"
checksum=34ff90b60a4d277ada2815c4d65eda18c87371d0fb15e872b8ac82aac3e0b07a
do_configure() {
./configure --prefix=/usr
}
do_install() {
make DESTDIR=$DESTDIR install
vbin stella
}