Date: Wednesday, August 3, 2016 @ 07:04:12
  Author: lcarlier
Revision: 184945

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

Added:
  supertux/repos/community-staging-i686/
  supertux/repos/community-staging-i686/PKGBUILD
    (from rev 184944, supertux/trunk/PKGBUILD)
  supertux/repos/community-staging-x86_64/
  supertux/repos/community-staging-x86_64/PKGBUILD
    (from rev 184944, supertux/trunk/PKGBUILD)

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

Copied: supertux/repos/community-staging-i686/PKGBUILD (from rev 184944, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-08-03 07:04:12 UTC (rev 184945)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=supertux
+pkgver=0.4.0
+_pkgver=0.4.0
+pkgrel=2
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux";
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
+md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: supertux/repos/community-staging-x86_64/PKGBUILD (from rev 184944, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-03 07:04:12 UTC (rev 184945)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=supertux
+pkgver=0.4.0
+_pkgver=0.4.0
+pkgrel=2
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the 
original SuperMario games"
+arch=('i686' 'x86_64')
+url="https://github.com/supertux/supertux";
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2)
+md5sums=('8acc3aa1077f0da95c99fdd5f4925088')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to