mupen64plus: update to 2.5.
This commit is contained in:
parent
212c61eff1
commit
e3ae372bcd
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mupen64plus'
|
||||
pkgname=mupen64plus
|
||||
version=2.0
|
||||
revision=2
|
||||
version=2.5
|
||||
revision=1
|
||||
wrksrc="mupen64plus-bundle-src-${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="boost-devel SDL-devel freetype-devel glu-devel libpng-devel libsamplerate-devel"
|
||||
|
@ -10,15 +10,15 @@ short_desc="A Nintendo64 Emulator"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://code.google.com/p/mupen64plus/"
|
||||
distfiles="http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${version}.tar.gz"
|
||||
checksum=2a269ca77797d7eb3759cbbfecbdc1d985e773e5be155d469c13f034e37e7e4d
|
||||
only_for_archs="i686 x86_64"
|
||||
distfiles="https://github.com/mupen64plus/mupen64plus-core/releases/download/${version}/${pkgname}-bundle-src-${version}.tar.gz"
|
||||
checksum=9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
do_build() {
|
||||
sh m64p_build.sh
|
||||
}
|
||||
do_install() {
|
||||
./m64p_install.sh DESTDIR=${DESTDIR} PREFIX=/usr MANDIR=/usr/share/man LDCONFIG=true
|
||||
./m64p_install.sh DESTDIR=${DESTDIR} PREFIX=/usr MANDIR=/usr/share/man
|
||||
# Remove devel files, not interested on it.
|
||||
rm -rf ${DESTDIR}/usr/include
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue