Date: Sunday, April 28, 2013 @ 13:42:43
  Author: jelle
Revision: 89271

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  naev/repos/community-staging-i686/
  naev/repos/community-staging-i686/PKGBUILD
    (from rev 89268, naev/trunk/PKGBUILD)
  naev/repos/community-staging-x86_64/
  naev/repos/community-staging-x86_64/PKGBUILD
    (from rev 89269, naev/trunk/PKGBUILD)

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

Copied: naev/repos/community-staging-i686/PKGBUILD (from rev 89268, 
naev/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-04-28 11:42:43 UTC (rev 89271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanr...@gmail.com>
+
+pkgname=naev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/naev/";
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
+makedepends=('freeglut')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bec719b3daa33ec190d785120a7b0159')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "41 i #include <zlib.h>" src/opengl.c
+
+  ./configure --prefix=/usr --disable-debug --disable-shave 
--with-ndata-path=/usr/share/naev/ndata-${pkgver}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: naev/repos/community-staging-x86_64/PKGBUILD (from rev 89269, 
naev/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-28 11:42:43 UTC (rev 89271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanr...@gmail.com>
+
+pkgname=naev
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/naev/";
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl_image' 'sdl_mixer' 'libgl' 'libxml2' 
'freetype2' 'libpng' 'naev-data')
+makedepends=('freeglut')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bec719b3daa33ec190d785120a7b0159')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "41 i #include <zlib.h>" src/opengl.c
+
+  ./configure --prefix=/usr --disable-debug --disable-shave 
--with-ndata-path=/usr/share/naev/ndata-${pkgver}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to