Date: Sunday, December 6, 2015 @ 04:20:18
Author: allan
Revision: 148788
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
dgen-sdl/repos/community-staging-i686/
dgen-sdl/repos/community-staging-i686/PKGBUILD
(from rev 148786, dgen-sdl/trunk/PKGBUILD)
dgen-sdl/repos/community-staging-x86_64/
dgen-sdl/repos/community-staging-x86_64/PKGBUILD
(from rev 148786, dgen-sdl/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: dgen-sdl/repos/community-staging-i686/PKGBUILD (from rev 148786,
dgen-sdl/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 03:20:18 UTC (rev 148788)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Tom Newsom <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+# Contributor: Joker-jar <[email protected]>
+
+pkgname=dgen-sdl
+pkgver=1.33
+pkgrel=2
+pkgdesc="An emulator for Sega Genesis/Mega Drive systems ported to SDL"
+arch=('i686' 'x86_64')
+url="http://dgen.sourceforge.net"
+license=('BSD')
+depends=('sdl' 'libgl' 'libarchive')
+[[ $CARCH == i686 ]] && makedepends=('nasm')
+source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
+md5sums=('48a8b287985ccba6f26806e7ca80067c')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make DESTDIR="$pkgdir"/ install
+
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}
Copied: dgen-sdl/repos/community-staging-x86_64/PKGBUILD (from rev 148786,
dgen-sdl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 03:20:18 UTC (rev 148788)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Tom Newsom <[email protected]>
+# Contributor: Jason Chu <[email protected]>
+# Contributor: Joker-jar <[email protected]>
+
+pkgname=dgen-sdl
+pkgver=1.33
+pkgrel=2
+pkgdesc="An emulator for Sega Genesis/Mega Drive systems ported to SDL"
+arch=('i686' 'x86_64')
+url="http://dgen.sourceforge.net"
+license=('BSD')
+depends=('sdl' 'libgl' 'libarchive')
+[[ $CARCH == i686 ]] && makedepends=('nasm')
+source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
+md5sums=('48a8b287985ccba6f26806e7ca80067c')
+
+build() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
+
+ make DESTDIR="$pkgdir"/ install
+
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}