[arch-commits] Commit in libretro-nestopia/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Dec 22 18:42:20 UTC 2017


    Date: Friday, December 22, 2017 @ 18:42:19
  Author: alucryd
Revision: 275533

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 36 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 18:42:04 UTC (rev 275532)
+++ PKGBUILD	2017-12-22 18:42:19 UTC (rev 275533)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=721
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git')
-_commit='ebd462bda72ba3a5227afc1c73db604a4eb850e0'
-source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}"
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
-            '95d5e5503de7129e349cff84a0da6047f8181cab3232ec963cef1a9af69b2cec')
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../nestopia_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 275532, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 18:42:19 UTC (rev 275533)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=851
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=('x86_64')
+url='https://github.com/libretro/nestopia'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
+makedepends=('git')
+_commit='e4b6750128f8c51fec4113fdb059fea199373c98'
+source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-nestopia
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-nestopia/libretro
+
+  make
+}
+
+package() {
+  cd libretro-nestopia/libretro
+
+  install -Dm 644 nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list