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

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


    Date: Sunday, February 24, 2019 @ 21:37:43
  Author: idevolder
Revision: 435602

archrelease: copy trunk to community-testing-x86_64

Added:
  kodi-addon-game-libretro-parallel-n64/repos/community-testing-x86_64/
  kodi-addon-game-libretro-parallel-n64/repos/community-testing-x86_64/PKGBUILD
    (from rev 435601, kodi-addon-game-libretro-parallel-n64/trunk/PKGBUILD)

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

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



More information about the arch-commits mailing list