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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 1 14:38:59 UTC 2022


    Date: Monday, August 1, 2022 @ 14:38:59
  Author: alucryd
Revision: 1259657

archrelease: copy trunk to community-x86_64

Added:
  libretro-mame/repos/
  libretro-mame/repos/community-x86_64/
  libretro-mame/repos/community-x86_64/PKGBUILD
    (from rev 1259656, libretro-mame/trunk/PKGBUILD)

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

Copied: libretro-mame/repos/community-x86_64/PKGBUILD (from rev 1259656, libretro-mame/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2022-08-01 14:38:59 UTC (rev 1259657)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Oliver Jaksch <arch-aur at com-in.de>
+
+pkgname=libretro-mame
+pkgver=83471
+pkgrel=1
+arch=(x86_64)
+pkgdesc='MAME Arcade core'
+url=https://github.com/libretro/mame
+license=(custom)
+groups=(libretro)
+depends=(
+  alsa-lib
+  glibc
+  libretro-core-info
+  libgl
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  python
+)
+source=(libretro-mame::git+https://github.com/libretro/mame.git)
+b2sums=(SKIP)
+
+prepare() {
+  cd libretro-mame
+  git cherry-pick -n fef64670fed608102b7eb1b9e517fccd1ec41bd4
+}
+
+pkgver() {
+  cd libretro-mame
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mame
+  make -f Makefile.libretro \
+    PTR64=1
+}
+
+package() {
+  install -Dm 644 libretro-mame/mame_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-mame/docs/LICENSE -t "${pkgdir}"/usr/share/licenses/libretro-mame/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list