summaryrefslogtreecommitdiff
path: root/~emulatorman
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-22 00:42:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-26 22:21:31 -0500
commit8461d2ac3e9abbe1254ab7d2518d6ae1662d7030 (patch)
tree26817a3f00c6551bed100ae07fb1acaef691bce5 /~emulatorman
parent2798b055cbeeb2580b2677e5c223fca7654e1103 (diff)
handle duplicates between social and pcr
Diffstat (limited to '~emulatorman')
-rwxr-xr-x~emulatorman/mednafen-wip/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/~emulatorman/mednafen-wip/PKGBUILD b/~emulatorman/mednafen-wip/PKGBUILD
deleted file mode 100755
index a405d2ceb..000000000
--- a/~emulatorman/mednafen-wip/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Hans-Kristian Arntzen <maister@archlinux.us>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: kagan <juanynie@mi.madritel.es>
-# Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy>
-
-pkgname=mednafen-wip
-pkgver=0.9.21
-pkgrel=1
-pkgdesc="A command-line multi-system gaming emulator, WIP version"
-url="http://mednafen.sourceforge.net/"
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib')
-makedepends=('pkgconfig' 'mesa')
-conflicts=('mednafen')
-provides=('mednafen')
-source=('http://forum.fobby.net/index.php?t=getfile&id=358&')
-sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21')
-
-build()
-{
- cd $srcdir/mednafen
- ./configure --prefix=/usr
- make
-}
-
-package()
-{
- cd $srcdir/mednafen
- make DESTDIR=$pkgdir install
-}