summaryrefslogtreecommitdiff
path: root/community/mupen64plus/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-12 14:18:26 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-12 14:18:26 +0000
commiteddbc98aa28d38b35833cfb1a4a3cf632c9f2b47 (patch)
treeaab622d20dd9fda10be6705c4261a07bcfa69079 /community/mupen64plus/PKGBUILD
parent853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (diff)
Fri Aug 12 14:18:26 UTC 2011
Diffstat (limited to 'community/mupen64plus/PKGBUILD')
-rw-r--r--community/mupen64plus/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/mupen64plus/PKGBUILD b/community/mupen64plus/PKGBUILD
deleted file mode 100644
index 176980418..000000000
--- a/community/mupen64plus/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 50291 2011-06-27 20:35:36Z jelle $
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laurent Carlier <lordheavym@gmail.com>
-# Contributor: Allan McRae <allan@archlinux.org>
-# Contributor: Zephyr
-
-pkgname=mupen64plus
-pkgver=1.99.4
-pkgrel=2
-pkgdesc='Nintendo64 Emulator'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/mupen64plus/'
-license=('GPL')
-depends=('mesa' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
-source=("http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz")
-md5sums=('81c4f11c341d7ea4dbd81cf2f0467dc2')
-
-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/man6' LDCONFIG='true'
-}
-
-# vim: ts=2:sw=2:et