New package: stella-4.7.2 (#4448)
This commit is contained in:
parent
c0fffa7866
commit
8db555acd3
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue