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

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


    Date: Tuesday, May 3, 2016 @ 12:49:15
  Author: alucryd
Revision: 173540

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

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

---------------------------+
 community-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: libretro-desmume/repos/community-i686/PKGBUILD (from rev 173539, libretro-desmume/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-05-03 10:49:15 UTC (rev 173540)
@@ -0,0 +1,42 @@
+# $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-desmume
+pkgver=5171
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/desmume'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+source=('libretro-desmume::git+https://github.com/libretro/desmume.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/desmume_libretro.info')
+sha256sums=('SKIP'
+            'a851e34cacb4714006d74f722ec67a0f252e900d60afdb74d4f75dd7461fbaa8')
+
+pkgver() {
+  cd libretro-desmume
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-desmume/desmume
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-desmume/desmume
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 desmume_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../desmume_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Copied: libretro-desmume/repos/community-x86_64/PKGBUILD (from rev 173539, libretro-desmume/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-05-03 10:49:15 UTC (rev 173540)
@@ -0,0 +1,42 @@
+# $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-desmume
+pkgver=5171
+pkgrel=1
+pkgdesc='Nintendo DS core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/desmume'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+source=('libretro-desmume::git+https://github.com/libretro/desmume.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/desmume_libretro.info')
+sha256sums=('SKIP'
+            'a851e34cacb4714006d74f722ec67a0f252e900d60afdb74d4f75dd7461fbaa8')
+
+pkgver() {
+  cd libretro-desmume
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-desmume/desmume
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-desmume/desmume
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 desmume_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../desmume_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list