[arch-commits] Commit in libretro-mupen64plus (3 files)
Maxime Gauduin
alucryd at archlinux.org
Tue May 3 10:50:22 UTC 2016
Date: Tuesday, May 3, 2016 @ 12:50:21
Author: alucryd
Revision: 173544
archrelease: copy trunk to community-x86_64
Added:
libretro-mupen64plus/repos/
libretro-mupen64plus/repos/community-x86_64/
libretro-mupen64plus/repos/community-x86_64/PKGBUILD
(from rev 173543, libretro-mupen64plus/trunk/PKGBUILD)
----------+
PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
Copied: libretro-mupen64plus/repos/community-x86_64/PKGBUILD (from rev 173543, libretro-mupen64plus/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2016-05-03 10:50:21 UTC (rev 173544)
@@ -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=('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:
More information about the arch-commits
mailing list