[arch-commits] Commit in mednafen/repos (4 files)

Jonathan Steel jsteel at archlinux.org
Tue Nov 11 20:14:29 UTC 2014


    Date: Tuesday, November 11, 2014 @ 21:14:29
  Author: jsteel
Revision: 122394

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mednafen/repos/community-staging-i686/
  mednafen/repos/community-staging-i686/PKGBUILD
    (from rev 122393, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-staging-x86_64/
  mednafen/repos/community-staging-x86_64/PKGBUILD
    (from rev 122393, mednafen/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: mednafen/repos/community-staging-i686/PKGBUILD (from rev 122393, mednafen/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-11-11 20:14:29 UTC (rev 122394)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.36.5
+pkgrel=2
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('a0841f0073322414858c22e247344502')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+           README{,.DOS,.PORTING} TODO; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Copied: mednafen/repos/community-staging-x86_64/PKGBUILD (from rev 122393, mednafen/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-11-11 20:14:29 UTC (rev 122394)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.36.5
+pkgrel=2
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('a0841f0073322414858c22e247344502')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+           README{,.DOS,.PORTING} TODO; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}



More information about the arch-commits mailing list