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

Maxime Gauduin alucryd at archlinux.org
Sun Dec 31 19:35:09 UTC 2017


    Date: Sunday, December 31, 2017 @ 19:35:09
  Author: alucryd
Revision: 277614

archrelease: copy trunk to community-x86_64

Added:
  libretro-redream/repos/
  libretro-redream/repos/community-x86_64/
  libretro-redream/repos/community-x86_64/PKGBUILD
    (from rev 277613, libretro-redream/trunk/PKGBUILD)

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

Copied: libretro-redream/repos/community-x86_64/PKGBUILD (from rev 277613, libretro-redream/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-12-31 19:35:09 UTC (rev 277614)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-redream
+pkgver=1077
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=('x86_64')
+url='https://github.com/libretro/redream'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl' 'libretro-core-info')
+makedepends=('git')
+_commit='e032445a089b90e597eed77baa0aa316614b92b7'
+source=("libretro-redream::git+https://github.com/libretro/redream.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-redream
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-redream/deps/libretro
+
+  make
+}
+
+package() {
+  cd libretro-redream/deps/libretro
+
+  install -Dm 644 redream_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list