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

Jonathan Steel jsteel at nymeria.archlinux.org
Thu Feb 28 19:49:41 UTC 2013


    Date: Thursday, February 28, 2013 @ 20:49:40
  Author: jsteel
Revision: 85304

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 85303, dgen-sdl/trunk/PKGBUILD)
  dgen-sdl/repos/community-staging-x86_64/
  dgen-sdl/repos/community-staging-x86_64/PKGBUILD
    (from rev 85303, dgen-sdl/trunk/PKGBUILD)
Deleted:
  dgen-sdl/repos/staging-i686/
  dgen-sdl/repos/staging-x86_64/

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: dgen-sdl/repos/community-staging-i686/PKGBUILD (from rev 85303, dgen-sdl/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-28 19:49:40 UTC (rev 85304)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel.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.32
+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')
+if test "$CARCH" == i686; then
+  makedepends=('nasm')
+fi
+source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
+md5sums=('81b6f1c4bd612e81a9b8663c38d51890')
+
+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 85303, dgen-sdl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-28 19:49:40 UTC (rev 85304)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel.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.32
+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')
+if test "$CARCH" == i686; then
+  makedepends=('nasm')
+fi
+source=(http://downloads.sourceforge.net/dgen/$pkgname-$pkgver.tar.gz)
+md5sums=('81b6f1c4bd612e81a9b8663c38d51890')
+
+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
+}




More information about the arch-commits mailing list