void-packages/srcpkgs/stella/template

22 lines
609 B
Bash
Raw Normal View History

2016-08-08 06:32:48 +00:00
# Template file for 'stella'
pkgname=stella
2016-11-24 02:56:38 +00:00
version=4.7.3
2016-08-08 06:32:48 +00:00
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"
2017-03-08 11:08:04 +00:00
homepage="https://stella-emu.github.io/"
distfiles="https://github.com/stella-emu/stella/releases/download/release-${version}/stella-${version}-src.tar.xz"
2016-11-24 02:56:38 +00:00
checksum=93a75d1b343b1e66b6dc526c0f9d8a0c3678d346033f7cdfe76dc93f14d956ad
2016-08-08 06:32:48 +00:00
do_configure() {
./configure --prefix=/usr
}
do_install() {
make DESTDIR=$DESTDIR install
vbin stella
}