From 35038ccdbc0ea8a9d5c9bf1f5e992d84dda29b99 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 31 Aug 2013 02:47:09 -0700 Subject: Sat Aug 31 02:42:46 PDT 2013 --- community/mupen64plus/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 community/mupen64plus/PKGBUILD (limited to 'community/mupen64plus/PKGBUILD') diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD new file mode 100644 index 000000000..016e0deba --- /dev/null +++ b/community/mupen64plus/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 94277 2013-07-18 16:50:52Z jelle $ +# Maintainer: Sven-Hendrik Haase +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: Laurent Carlier +# Contributor: Allan McRae +# Contributor: Zephyr + +pkgname=mupen64plus +pkgver=2.0 +pkgrel=1 +pkgdesc='Nintendo64 Emulator' +arch=('i686' 'x86_64') +url='http://code.google.com/p/mupen64plus/' +license=('GPL') +depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs') +makedepends=('mesa' 'boost') +source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz") +md5sums=('f855b4233faa9616b780c364fc4a9a9a') + +build() { + cd mupen64plus-bundle-src-${pkgver} + + sh m64p_build.sh +} + +package() { + cd mupen64plus-bundle-src-$pkgver + + # set LDCONFIG since we are using fakeroot and scripts run root commands by checking the uid + ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' LDCONFIG='true' +} + +# vim: ts=2:sw=2:et -- cgit v1.2.3-54-g00ecf