Date: Sunday, December 31, 2017 @ 14:14:54 Author: alucryd Revision: 277585
Add libretro-parallel-n64 Added: libretro-parallel-n64/ libretro-parallel-n64/trunk/ libretro-parallel-n64/trunk/PKGBUILD ----------+ PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) Added: libretro-parallel-n64/trunk/PKGBUILD =================================================================== --- libretro-parallel-n64/trunk/PKGBUILD (rev 0) +++ libretro-parallel-n64/trunk/PKGBUILD 2017-12-31 14:14:54 UTC (rev 277585) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Thomas Schneider <[email protected]> + +pkgname=libretro-parallel-n64 +pkgver=4910 +pkgrel=1 +pkgdesc='Nintendo 64 core' +arch=('x86_64') +url='https://github.com/libretro/parallel-n64' +license=('GPL2') +groups=('libretro') +depends=('gcc-libs' 'glibc' 'libgl') +makedepends=('git') +provides=('libretro-parallel-n64') +conflicts=('libretro-parallel-n64') +_commit='8c7466029074c9a465fd47dcea812fed7e4d49d3' +source=("libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit}") +sha256sums=('SKIP') + +pkgver() { + cd libretro-parallel-n64 + + git rev-list --count HEAD +} + +build() { + cd libretro-parallel-n64 + + make WITH_DYNAREC='x86_64' +} + +package() { + cd libretro-parallel-n64 + + install -Dm 644 parallel_n64_libretro.so -t "${pkgdir}"/usr/lib/libretro/ +} + +# vim: ts=2 sw=2 et: Property changes on: libretro-parallel-n64/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
