[arch-commits] Commit in libretro-yabause (5 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 10:53:45 UTC 2016


    Date: Tuesday, May 3, 2016 @ 12:53:44
  Author: alucryd
Revision: 173551

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libretro-yabause/repos/
  libretro-yabause/repos/community-i686/
  libretro-yabause/repos/community-i686/PKGBUILD
    (from rev 173550, libretro-yabause/trunk/PKGBUILD)
  libretro-yabause/repos/community-x86_64/
  libretro-yabause/repos/community-x86_64/PKGBUILD
    (from rev 173550, libretro-yabause/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: libretro-yabause/repos/community-i686/PKGBUILD (from rev 173550, libretro-yabause/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-05-03 10:53:44 UTC (rev 173551)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-yabause
+pkgver=2866
+pkgrel=1
+pkgdesc='Sega Saturn core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/yabause'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+source=('libretro-yabause::git+https://github.com/libretro/yabause.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
+sha256sums=('SKIP'
+            '64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9')
+
+pkgver() {
+  cd libretro-yabause
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-yabause/libretro
+
+  make
+}
+
+package() {
+  cd libretro-yabause/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Copied: libretro-yabause/repos/community-x86_64/PKGBUILD (from rev 173550, libretro-yabause/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-05-03 10:53:44 UTC (rev 173551)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-yabause
+pkgver=2866
+pkgrel=1
+pkgdesc='Sega Saturn core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/yabause'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+source=('libretro-yabause::git+https://github.com/libretro/yabause.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
+sha256sums=('SKIP'
+            '64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9')
+
+pkgver() {
+  cd libretro-yabause
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-yabause/libretro
+
+  make
+}
+
+package() {
+  cd libretro-yabause/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list