From 5a03b4487e326a94663289889a735c22348fe062 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Mon, 14 Sep 2009 18:51:03 -0700 Subject: Mednafen:Multi-system emulator. --- abs/extra-testing/mednafen/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 abs/extra-testing/mednafen/PKGBUILD diff --git a/abs/extra-testing/mednafen/PKGBUILD b/abs/extra-testing/mednafen/PKGBUILD new file mode 100755 index 0000000..69e127f --- /dev/null +++ b/abs/extra-testing/mednafen/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Daenyth +# Contributor: Angel 'angvp' Velasquez +# Contributor: kagan +pkgname=mednafen +pkgver=0.8.C +pkgrel=1 +pkgdesc="A command-line multi-system gaming emulator" +url="http://mednafen.sourceforge.net/" +license=(GPL) +arch=('i686' 'x86_64') +depends=('libcdio>=0.80-3' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') +makedepends=('pkgconfig') +source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) +md5sums=('e8f4b6ba7ed2eca399b02578e1803831') + +build() { + cd $srcdir/$pkgname + ./configure --prefix=/usr + make || return 1 + make DESTDIR=$pkgdir install +} -- cgit v0.12