# Compiling Time: 1.26 SBU # Contributor: Devil505 # Contributor: Janos Kovacs # Maintainer: Marius Cirsta pkgname=supertux pkgver=0.4.0 pkgrel=2 pkgdesc="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." url="http://supertux.lethargik.org/" depends=('sdl2_mixer' 'sdl2_image' 'physfs>=2.0.2' 'openal>=1.7.411' 'libvorbis' 'glew>=2.0.0' 'libboost>=1.58.0') makedepends=('boost>=1.58.0') groups=('games-extra') archs=('i686' 'x86_64') license="GPL" _F_github_tag=y _F_github_tag_v=y _F_cmake_confopts="CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin ." Finclude cmake github #we need to use this as the github src is incomplete source=(https://github.com/SuperTux/supertux/releases/download/v${pkgver}/supertux-${pkgver}.tar.bz2) sha1sums=('a2c5ac6ac505e833e5c9ee6ffd4b19b71e570879') # optimization OK