[arch-commits] Commit in libretro-parallel-n64 (3 files)

Maxime Gauduin alucryd at archlinux.org
Sun Dec 31 14:15:44 UTC 2017


    Date: Sunday, December 31, 2017 @ 14:15:43
  Author: alucryd
Revision: 277586

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/
  libretro-parallel-n64/repos/community-x86_64/
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
    (from rev 277585, libretro-parallel-n64/trunk/PKGBUILD)

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

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 277585, libretro-parallel-n64/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-12-31 14:15:43 UTC (rev 277586)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-parallel-n64
+pkgver=4910
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=('x86_64')
+url='https://github.com/libretro/parallel-n64'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl')
+makedepends=('git')
+provides=('libretro-parallel-n64')
+conflicts=('libretro-parallel-n64')
+_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3'
+source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-parallel-n64
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-parallel-n64
+
+  install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list