stella: update to 5.1.3. (#376)
This commit is contained in:
parent
8e61c1e082
commit
4d6e150617
1 changed files with 10 additions and 12 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'stella'
|
# Template file for 'stella'
|
||||||
pkgname=stella
|
pkgname=stella
|
||||||
version=5.1.2
|
version=5.1.3
|
||||||
revision=1
|
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"
|
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>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
||||||
homepage="https://stella-emu.github.io/"
|
homepage="https://stella-emu.github.io/"
|
||||||
distfiles="https://github.com/stella-emu/stella/releases/download/${version}/stella-${version}-src.tar.xz"
|
distfiles="https://github.com/stella-emu/stella/releases/download/${version}/stella-${version}-src.tar.xz"
|
||||||
checksum=77b210d51af7e4be88c14014d507e48367bcdff6b8ba513793f035f3e30a21bd
|
checksum=e074317c25e5d4cabec4558909d301c3a7654ad620863f05d342244fe6bdfe0a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -21,11 +24,6 @@ post_extract() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
post_install() {
|
||||||
./configure --prefix=/usr
|
vlicense Copyright.txt
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=$DESTDIR install
|
|
||||||
vbin stella
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue