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

Andreas Radke andyrtr at archlinux.org
Sat Jan 31 20:09:59 UTC 2015


    Date: Saturday, January 31, 2015 @ 21:09:59
  Author: andyrtr
Revision: 126868

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

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

Copied: supertux/repos/community-staging-i686/PKGBUILD (from rev 126867, supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-01-31 20:09:59 UTC (rev 126868)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.3.4
+pkgrel=3
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
+arch=('i686' 'x86_64')
+url="http://super-tux.sourceforge.net/"
+license=('GPL')
+depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
+md5sums=('108af4c1fd985e8842a15cd819b9b157')
+
+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 126867, supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-01-31 20:09:59 UTC (rev 126868)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.3.4
+pkgrel=3
+pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games"
+arch=('i686' 'x86_64')
+url="http://super-tux.sourceforge.net/"
+license=('GPL')
+depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=(https://supertux.googlecode.com/files/supertux-${pkgver}.tar.bz2)
+md5sums=('108af4c1fd985e8842a15cd819b9b157')
+
+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
+}



More information about the arch-commits mailing list