21 lines
581 B
Bash
21 lines
581 B
Bash
# Template file for 'stella'
|
|
pkgname=stella
|
|
version=4.7.2
|
|
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="http://stella.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/stella/stella/${version}/stella-${version}-src.tar.xz"
|
|
checksum=b2727a0e2d3b112d35dcb89b4bdc789e2c7f15e9d9c7054a69a2f67facd7416e
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr
|
|
}
|
|
|
|
do_install() {
|
|
make DESTDIR=$DESTDIR install
|
|
vbin stella
|
|
}
|