[arch-commits] Commit in libretro-mupen64plus/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at archlinux.org
Tue May 3 11:14:54 UTC 2016


    Date: Tuesday, May 3, 2016 @ 13:14:53
  Author: alucryd
Revision: 173557

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus/repos/community-x86_64/PKGBUILD
    (from rev 173556, libretro-mupen64plus/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-03 11:14:43 UTC (rev 173556)
+++ PKGBUILD	2016-05-03 11:14:53 UTC (rev 173557)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Schneider <maxmusterm at gmail.com>
-
-pkgname=libretro-mupen64plus
-pkgver=4029
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/mupen64plus-libretro'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc' 'libgl')
-makedepends=('git' 'mesa')
-source=('libretro-mupen64plus::git+https://github.com/libretro/mupen64plus-libretro.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mupen64plus_libretro.info')
-sha256sums=('SKIP'
-            '94f2a7c177e315d330c206b93e9575e9a6b53f3eed933fac2c6b22df23276f60')
-
-pkgver() {
-  cd libretro-mupen64plus
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-mupen64plus
-
-  [[ $CARCH = 'i686' ]] && make WITH_DYNAREC='x86'
-  [[ $CARCH = 'x86_64' ]] && make WITH_DYNAREC='x86_64'
-}
-
-package() {
-  cd libretro-mupen64plus
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 mupen64plus_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../mupen64plus_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mupen64plus/repos/community-x86_64/PKGBUILD (from rev 173556, libretro-mupen64plus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-03 11:14:53 UTC (rev 173557)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Schneider <maxmusterm at gmail.com>
+
+pkgname=libretro-mupen64plus
+pkgver=4029
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=('x86_64')
+url='https://github.com/libretro/mupen64plus-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libgl')
+makedepends=('git' 'mesa')
+source=('libretro-mupen64plus::git+https://github.com/libretro/mupen64plus-libretro.git'
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mupen64plus_libretro.info')
+sha256sums=('SKIP'
+            '94f2a7c177e315d330c206b93e9575e9a6b53f3eed933fac2c6b22df23276f60')
+
+pkgver() {
+  cd libretro-mupen64plus
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mupen64plus
+
+  [[ $CARCH = 'i686' ]] && make WITH_DYNAREC='x86'
+  [[ $CARCH = 'x86_64' ]] && make WITH_DYNAREC='x86_64'
+}
+
+package() {
+  cd libretro-mupen64plus
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mupen64plus_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mupen64plus_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list