openmsx: update to 0.14.0.
closes #4021 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
25cb8b5d2b
commit
5c74344b11
1 changed files with 12 additions and 11 deletions
|
@ -1,26 +1,27 @@
|
|||
# Template file for 'openmsx'
|
||||
pkgname=openmsx
|
||||
version=0.13.0
|
||||
revision=2
|
||||
short_desc="The MSX emulator that aims for perfection"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://openmsx.sourceforge.net"
|
||||
distfiles="https://github.com/openMSX/openMSX/releases/download/RELEASE_${version//\./_}/openmsx-${version}.tar.gz"
|
||||
checksum=41e37c938be6fc9f90659f8808418133601a85475058725d3e0dccf2902e62cb
|
||||
version=0.14.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="SDL-devel glew-devel libao-devel libtheora-devel libvorbis-devel
|
||||
libpng-devel libxml2-devel SDL_ttf-devel tcl-devel"
|
||||
nopie=yes
|
||||
short_desc="MSX emulator that aims for perfection"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://openmsx.sourceforge.net"
|
||||
distfiles="https://github.com/openMSX/openMSX/releases/download/RELEASE_${version//\./_}/openmsx-${version}.tar.gz"
|
||||
checksum=eb9ae4c8420c30b69e9a05edfa8c606762b7a6bf3e55d36bfb457c2400f6a7b9
|
||||
nocross="can't use CXX prefixed with triplet"
|
||||
|
||||
do_build() {
|
||||
sed -i 's@\(SYMLINK_FOR_BINARY:=\)true@\1false@' build/custom.mk
|
||||
sed -i 's@\(INSTALL_BASE:=\)/opt/openMSX@\1/usr/share/openmsx@' build/custom.mk
|
||||
vsed -e 's@\(SYMLINK_FOR_BINARY:=\)true@\1false@' -i build/custom.mk
|
||||
vsed -e 's@\(INSTALL_BASE:=\)/opt/openMSX@\1/usr/share/openmsx@' -i build/custom.mk
|
||||
echo 'INSTALL_DOC_DIR:=/usr/share/doc/openmsx' >> build/custom.mk
|
||||
echo 'INSTALL_SHARE_DIR:=/usr/share/openmsx' >> build/custom.mk
|
||||
echo 'INSTALL_BINARY_DIR:=/usr/bin' >> build/custom.mk
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue