[arch-commits] Commit in dgen-sdl/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:32:08 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:32:08
  Author: felixonmars
Revision: 658935

archrelease: copy trunk to community-staging-x86_64

Added:
  dgen-sdl/repos/community-staging-x86_64/
  dgen-sdl/repos/community-staging-x86_64/PKGBUILD
    (from rev 658934, dgen-sdl/trunk/PKGBUILD)

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

Copied: dgen-sdl/repos/community-staging-x86_64/PKGBUILD (from rev 658934, dgen-sdl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:32:08 UTC (rev 658935)
@@ -0,0 +1,32 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Jason Chu <jason at archlinux.org>
+# Contributor: Joker-jar <joker-jar at yandex.ru>
+
+pkgname=dgen-sdl
+pkgver=1.33
+pkgrel=4
+pkgdesc="An emulator for Sega Genesis/Mega Drive systems ported to SDL"
+arch=('x86_64')
+url="https://dgen.sourceforge.net"
+license=('BSD')
+depends=('sdl' 'libgl' 'libarchive')
+[[ $CARCH == i686 ]] && makedepends=('nasm')
+source=(https://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
+sha512sums=('c98ab8cdced62a5d26fd677ad36b031e756620114c946ac067599e84ae6ebcfab731554dd4337b6314c3b5db4601c8a6cc67c285d2aad136e659b9973c01a749')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list