[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 21:14:44 UTC 2016


    Date: Tuesday, May 3, 2016 @ 23:14:44
  Author: alucryd
Revision: 173603

Add libretro-mednafen-psx

Added:
  libretro-mednafen-psx/
  libretro-mednafen-psx/trunk/
  libretro-mednafen-psx/trunk/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

Added: libretro-mednafen-psx/trunk/PKGBUILD
===================================================================
--- libretro-mednafen-psx/trunk/PKGBUILD	                        (rev 0)
+++ libretro-mednafen-psx/trunk/PKGBUILD	2016-05-03 21:14:44 UTC (rev 173603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mednafen-psx
+pkgver=1011
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+source=('libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info')
+sha256sums=('SKIP'
+            '8517d3ddd709d6ffec1b41b2d05d91d0f60ba434ac2b029d834db405960e0a7d')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+}
+
+package() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-mednafen-psx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list