[arch-commits] Commit in libretro-pcsx-rearmed (3 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 10:52:51 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:52:51
  Author: alucryd
Revision: 173547

archrelease: copy trunk to community-x86_64

Added:
  libretro-pcsx-rearmed/repos/
  libretro-pcsx-rearmed/repos/community-x86_64/
  libretro-pcsx-rearmed/repos/community-x86_64/PKGBUILD
    (from rev 173546, libretro-pcsx-rearmed/trunk/PKGBUILD)

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

Copied: libretro-pcsx-rearmed/repos/community-x86_64/PKGBUILD (from rev 173546, libretro-pcsx-rearmed/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-05-03 10:52:51 UTC (rev 173547)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-pcsx-rearmed
+pkgver=1175
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/pcsx_rearmed'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc' 'zlib')
+makedepends=('git')
+source=('libretro-pcsx-rearmed::git+https://github.com/libretro/pcsx_rearmed.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/pcsx_rearmed_libretro.info')
+sha256sums=('SKIP'
+            'e93b0475d7c6f422ad52af696205409423ddfa449109e76f36a95f17943bfa92')
+
+pkgver() {
+  cd libretro-pcsx-rearmed
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-pcsx-rearmed
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-pcsx-rearmed
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 pcsx_rearmed_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../pcsx_rearmed_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list