[arch-commits] Commit in kodi-addon-game-libretro-mupen64plus/repos (2 files)

Ike Devolder idevolder at archlinux.org
Sun Feb 24 21:37:24 UTC 2019


    Date: Sunday, February 24, 2019 @ 21:37:23
  Author: idevolder
Revision: 435600

archrelease: copy trunk to community-testing-x86_64

Added:
  kodi-addon-game-libretro-mupen64plus/repos/community-testing-x86_64/
  kodi-addon-game-libretro-mupen64plus/repos/community-testing-x86_64/PKGBUILD
    (from rev 435599, kodi-addon-game-libretro-mupen64plus/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: kodi-addon-game-libretro-mupen64plus/repos/community-testing-x86_64/PKGBUILD (from rev 435599, kodi-addon-game-libretro-mupen64plus/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-24 21:37:23 UTC (rev 435600)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle <ike.devolder at gmail.com>>
+
+pkgname=kodi-addon-game-libretro-mupen64plus
+pkgver=2.5.0.6
+_codename=Leia
+pkgrel=3
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.mupen64plus'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-mupen64plus')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.mupen64plus/archive/$pkgver-$_codename.tar.gz")
+sha512sums=('f8f8902deac7657c060806303e2dd29515ad6d6af196236456e9ef78cc34c1c2020fccdac2b8b7dbf41d3ff4c374dae79211e61d5d9685e0cd661889118effe7')
+
+build() {
+    cd "game.libretro.mupen64plus-$pkgver-$_codename"
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBUILD_SHARED_LIBS=1 \
+        -DUSE_LTO=1 \
+        .
+    make
+}
+
+package() {
+    cd "game.libretro.mupen64plus-$pkgver-$_codename"
+	make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list