2013-10-30 20:43:18 +01:00
|
|
|
# Template file for 'mupen64plus'
|
|
|
|
pkgname=mupen64plus
|
2015-06-03 22:45:01 +02:00
|
|
|
version=2.5
|
2015-06-09 19:09:40 +02:00
|
|
|
revision=4
|
2013-10-30 20:43:18 +01:00
|
|
|
wrksrc="mupen64plus-bundle-src-${version}"
|
2014-11-23 09:52:05 +01:00
|
|
|
hostmakedepends="pkg-config"
|
2015-06-03 23:07:13 +02:00
|
|
|
makedepends="boost-devel SDL-devel speexdsp-devel freetype-devel glu-devel libpng-devel libsamplerate-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="desktop-file-utils"
|
2013-10-30 20:43:18 +01:00
|
|
|
short_desc="A Nintendo64 Emulator"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2014-11-23 09:52:05 +01:00
|
|
|
license="GPL-2"
|
2013-10-30 20:43:18 +01:00
|
|
|
homepage="http://code.google.com/p/mupen64plus/"
|
2015-06-03 22:45:01 +02:00
|
|
|
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"
|
2013-10-30 20:43:18 +01:00
|
|
|
|
|
|
|
do_build() {
|
|
|
|
sh m64p_build.sh
|
|
|
|
}
|
|
|
|
do_install() {
|
2015-06-03 22:45:01 +02:00
|
|
|
./m64p_install.sh DESTDIR=${DESTDIR} PREFIX=/usr MANDIR=/usr/share/man
|
2013-10-30 20:43:18 +01:00
|
|
|
# Remove devel files, not interested on it.
|
|
|
|
rm -rf ${DESTDIR}/usr/include
|
|
|
|
}
|