[arch-commits] Commit in libretro-genesis-plus-gx (5 files)

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


    Date: Tuesday, May 3, 2016 @ 12:49:53
  Author: alucryd
Revision: 173542

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

Added:
  libretro-genesis-plus-gx/repos/
  libretro-genesis-plus-gx/repos/community-i686/
  libretro-genesis-plus-gx/repos/community-i686/PKGBUILD
    (from rev 173541, libretro-genesis-plus-gx/trunk/PKGBUILD)
  libretro-genesis-plus-gx/repos/community-x86_64/
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
    (from rev 173541, libretro-genesis-plus-gx/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   45 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   45 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: libretro-genesis-plus-gx/repos/community-i686/PKGBUILD (from rev 173541, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-05-03 10:49:53 UTC (rev 173542)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-genesis-plus-gx
+pkgver=998
+pkgrel=1
+pkgdesc='Sega Master System/Genesis/Game Gear/CD/32X core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/Genesis-Plus-GX'
+license=('BSD' 'LGPL2.1')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+source=('libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
+sha256sums=('SKIP'
+            'a60fa12ccd583e5da2a42c7bf27b24c7b38e3e2bf4565ede07efe6bf087677ee')
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-genesis-plus-gx
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-genesis-plus-gx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 genesis_plus_gx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../genesis_plus_gx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git
+  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git/
+}
+
+# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 173541, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-05-03 10:49:53 UTC (rev 173542)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-genesis-plus-gx
+pkgver=998
+pkgrel=1
+pkgdesc='Sega Master System/Genesis/Game Gear/CD/32X core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/Genesis-Plus-GX'
+license=('BSD' 'LGPL2.1')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+source=('libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
+sha256sums=('SKIP'
+            'a60fa12ccd583e5da2a42c7bf27b24c7b38e3e2bf4565ede07efe6bf087677ee')
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-genesis-plus-gx
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-genesis-plus-gx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 genesis_plus_gx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../genesis_plus_gx_libretro.info "${pkgdir}"/usr/share/libretro/info/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git
+  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list