[arch-commits] Commit in naev/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 13 00:53:38 UTC 2017


    Date: Monday, March 13, 2017 @ 00:53:37
  Author: svenstaro
Revision: 215921

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

Added:
  naev/repos/community-testing-i686/
  naev/repos/community-testing-i686/PKGBUILD
    (from rev 215920, naev/trunk/PKGBUILD)
  naev/repos/community-testing-x86_64/
  naev/repos/community-testing-x86_64/PKGBUILD
    (from rev 215920, naev/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: naev/repos/community-testing-i686/PKGBUILD (from rev 215920, naev/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-03-13 00:53:37 UTC (rev 215921)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.6.1
+pkgrel=3
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/naev/"
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
+makedepends=('freeglut' 'zip')
+source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
+md5sums=('48eb864a04f4c7fd9e5178d2ddb9284e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: naev/repos/community-testing-x86_64/PKGBUILD (from rev 215920, naev/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-03-13 00:53:37 UTC (rev 215921)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.6.1
+pkgrel=3
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/naev/"
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
+makedepends=('freeglut' 'zip')
+source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
+md5sums=('48eb864a04f4c7fd9e5178d2ddb9284e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list