Date: Thursday, August 3, 2017 @ 17:17:55
  Author: foutrelis
Revision: 247860

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 247859, supertux/trunk/PKGBUILD)
  supertux/repos/community-staging-x86_64/
  supertux/repos/community-staging-x86_64/PKGBUILD
    (from rev 247859, supertux/trunk/PKGBUILD)

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

Copied: supertux/repos/community-staging-i686/PKGBUILD (from rev 247859, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2017-08-03 17:17:55 UTC (rev 247860)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=supertux
+pkgver=0.5.1
+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' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: supertux/repos/community-staging-x86_64/PKGBUILD (from rev 247859, 
supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-03 17:17:55 UTC (rev 247860)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=supertux
+pkgver=0.5.1
+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' 'physfs')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz";)
+md5sums=('b8b678362e3c5c9e366fb1fb3550a2e0')
+
+build() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  cmake . \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DINSTALL_SUBDIR_BIN=bin \
+      -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "SuperTux-v${pkgver}-Source"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to