stella: update to 5.1.3. (#376)
This commit is contained in:
parent
8e61c1e082
commit
4d6e150617
|
@ -1,15 +1,18 @@
|
|||
# Template file for 'stella'
|
||||
pkgname=stella
|
||||
version=5.1.2
|
||||
version=5.1.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2-devel glu-devel libpng-devel zlib-devel"
|
||||
short_desc="A multi-platform Atari 2600 VCS Emulator"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Multi-platform Atari 2600 VCS Emulator"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||
homepage="https://stella-emu.github.io/"
|
||||
distfiles="https://github.com/stella-emu/stella/releases/download/${version}/stella-${version}-src.tar.xz"
|
||||
checksum=77b210d51af7e4be88c14014d507e48367bcdff6b8ba513793f035f3e30a21bd
|
||||
checksum=e074317c25e5d4cabec4558909d301c3a7654ad620863f05d342244fe6bdfe0a
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -21,11 +24,6 @@ post_extract() {
|
|||
esac
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=$DESTDIR install
|
||||
vbin stella
|
||||
post_install() {
|
||||
vlicense Copyright.txt
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue