21 lines
581 B
Bash
21 lines
581 B
Bash
# Template file for 'stella'
|
|
pkgname=stella
|
|
version=4.7.3
|
|
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=93a75d1b343b1e66b6dc526c0f9d8a0c3678d346033f7cdfe76dc93f14d956ad
|
|
|
|
do_configure() {
|
|
./configure --prefix=/usr
|
|
}
|
|
|
|
do_install() {
|
|
make DESTDIR=$DESTDIR install
|
|
vbin stella
|
|
}
|