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

Felix Yan felixonmars at archlinux.org
Fri Sep 13 10:06:44 UTC 2019


    Date: Friday, September 13, 2019 @ 10:06:44
  Author: felixonmars
Revision: 510134

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: supertux/repos/community-staging-x86_64/PKGBUILD (from rev 510133, supertux/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-09-13 10:06:44 UTC (rev 510134)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+# Contributor: vande198
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=supertux
+pkgver=0.6.0
+pkgrel=3
+pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games"
+arch=('x86_64')
+url="https://github.com/supertux/supertux"
+license=('GPL')
+depends=('sdl2_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew' 'physfs' 'freetype2')
+makedepends=('cmake' 'boost' 'mesa' 'optipng')
+source=("https://github.com/SuperTux/supertux/releases/download/v${pkgver}/SuperTux-v${pkgver}-Source.tar.gz")
+sha512sums=('7e313f1af1131e83ec658fee12803542d59075fa94a0a79a9182382335dc1b10a9f75092562555acf875dd03b15b336b40772fb8cdd81a82fa5802deb51b610b')
+
+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
+}



More information about the arch-commits mailing list