summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-19 17:26:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-19 17:26:55 (GMT)
commitbbc308c7b5c3a2328898b7c484217d6d0df50309 (patch)
tree479436742778336a75feacf202564350f80781db /abs
parent889ea4b744b2df176c4c03dfc660cb7511f95124 (diff)
downloadlinhes_pkgbuild-bbc308c7b5c3a2328898b7c484217d6d0df50309.zip
linhes_pkgbuild-bbc308c7b5c3a2328898b7c484217d6d0df50309.tar.gz
linhes_pkgbuild-bbc308c7b5c3a2328898b7c484217d6d0df50309.tar.bz2
mupen64plus: update to 2.0
Diffstat (limited to 'abs')
-rw-r--r--abs/extra/mupen64plus/PKGBUILD (renamed from abs/not_built/extra/mupen64plus/PKGBUILD)14
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/not_built/extra/mupen64plus/PKGBUILD b/abs/extra/mupen64plus/PKGBUILD
index c7835c0..2ab8b1f 100644
--- a/abs/not_built/extra/mupen64plus/PKGBUILD
+++ b/abs/extra/mupen64plus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78487 2012-10-19 16:17:59Z jelle $
+# $Id$
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Laurent Carlier <lordheavym@gmail.com>
@@ -6,16 +6,16 @@
# Contributor: Zephyr
pkgname=mupen64plus
-pkgver=1.99.5
-pkgrel=3
+pkgver=2.0
+pkgrel=4
pkgdesc='Nintendo64 Emulator'
arch=('i686' 'x86_64')
url='http://code.google.com/p/mupen64plus/'
license=('GPL')
-depends=('glu' 'libgl' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-makedepends=('mesa')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2' 'boost-libs')
+makedepends=('mesa' 'boost')
source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz")
-md5sums=('93772a6d6fc6a63353462deae8a6db71')
+md5sums=('f855b4233faa9616b780c364fc4a9a9a')
build() {
cd mupen64plus-bundle-src-${pkgver}
@@ -27,7 +27,7 @@ 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/man6' LDCONFIG='true'
+ ./m64p_install.sh DESTDIR="$pkgdir" PREFIX='/usr' MANDIR='/usr/share/man' LDCONFIG='true'
}
# vim: ts=2:sw=2:et