[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Sun Sep 29 18:35:43 UTC 2019


    Date: Sunday, September 29, 2019 @ 18:35:43
  Author: alucryd
Revision: 512097

add libretro-mupen64plus-next

Added:
  libretro-mupen64plus-next/
  libretro-mupen64plus-next/trunk/
  libretro-mupen64plus-next/trunk/PKGBUILD

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

Added: libretro-mupen64plus-next/trunk/PKGBUILD
===================================================================
--- libretro-mupen64plus-next/trunk/PKGBUILD	                        (rev 0)
+++ libretro-mupen64plus-next/trunk/PKGBUILD	2019-09-29 18:35:43 UTC (rev 512097)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-mupen64plus-next
+pkgver=169
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libpng
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=f818ff22fb7549f08b74ffe3974ce844e11d9679)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mupen64plus-next
+
+  make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-mupen64plus-next
+
+  install -Dm 644 mupen64plus_next_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list