[arch-commits] Commit in (3 files)

Maxime Gauduin alucryd at archlinux.org
Sun Dec 31 19:26:46 UTC 2017


    Date: Sunday, December 31, 2017 @ 19:26:45
  Author: alucryd
Revision: 277611

Add libretro-melonds

Added:
  libretro-melonds/
  libretro-melonds/trunk/
  libretro-melonds/trunk/PKGBUILD

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

Added: libretro-melonds/trunk/PKGBUILD
===================================================================
--- libretro-melonds/trunk/PKGBUILD	                        (rev 0)
+++ libretro-melonds/trunk/PKGBUILD	2017-12-31 19:26:45 UTC (rev 277611)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-melonds
+pkgver=541
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=('x86_64')
+url='https://github.com/libretro/melonDS'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
+makedepends=('git')
+_commit='9440f3d5f02d3af049b4610f38f528ce9c57629c'
+source=("libretro-melonds::git+https://github.com/libretro/melonDS.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-melonds
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-melonds
+
+  export LDFLAGS="$LDFLAGS -lpthread"
+
+  make
+}
+
+package() {
+  cd libretro-melonds
+
+  install -Dm 644 melonds_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-melonds/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list