# Compiling Time: 1.26 SBU # Contributor: Devil505 # Contributor: Janos Kovacs # Maintainer: Marius Cirsta pkgname=supertux pkgver=0.6.2 pkgrel=3 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.2.0' 'libboost>=1.75.0') makedepends=('boost>=1.75.0' 'x11-protos') groups=('games-extra') archs=('x86_64') license="GPL" _F_github_tag_v=y _F_cmake_confopts+=" -DENABLE_BOOST_STATIC_LIBS=OFF \ -DINSTALL_SUBDIR_BIN=bin \ -DBoost_NO_BOOST_CMAKE=ON \ -DWERROR=OFF" 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-v${pkgver}-Source.tar.gz) sha1sums=('558c12db3b73ba48057e342adf6f32e7fdac9c78') _F_cd_path="SuperTux-v${pkgver}-Source" # optimization OK