[arch-commits] Commit in libretro-mupen64plus-next (3 files)

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


    Date: Sunday, September 29, 2019 @ 18:35:53
  Author: alucryd
Revision: 512098

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/
  libretro-mupen64plus-next/repos/community-x86_64/
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
    (from rev 512097, libretro-mupen64plus-next/trunk/PKGBUILD)

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

Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 512097, libretro-mupen64plus-next/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-09-29 18:35:53 UTC (rev 512098)
@@ -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