31 lines
895 B
Bash
31 lines
895 B
Bash
|
# Template file for 'supertux2'
|
||
|
pkgname=supertux2
|
||
|
version=0.3.5a
|
||
|
revision=1
|
||
|
wrksrc=supertux-${version}
|
||
|
build_style=cmake
|
||
|
configure_args="
|
||
|
-DAPPDATADIR=/usr/share/supertux2
|
||
|
-DINSTALL_SUBDIR_BIN=bin
|
||
|
-DINSTALL_SUBDIR_SHARE=share/supertux2
|
||
|
-DWERROR=OFF"
|
||
|
hostmakedepends="cmake pkg-config"
|
||
|
makedepends="
|
||
|
SDL2_image-devel boost-devel glew-devel libcurl-devel
|
||
|
libvorbis-devel libopenal-devel physfs-devel"
|
||
|
depends="${pkgname}-data"
|
||
|
short_desc="Side-scrolling platform game, milestone 2"
|
||
|
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
||
|
license="GPL-3"
|
||
|
homepage="https://supertux.github.io/"
|
||
|
distfiles="https://github.com/SuperTux/supertux/releases/download/v${version}/supertux-${version}.tar.bz2"
|
||
|
checksum=71c34502b5879a4130fb111ac754967c3a632ef3017f30883a4d496d87bef8c7
|
||
|
|
||
|
supertux2-data_package() {
|
||
|
short_desc+=" - data files"
|
||
|
noarch=yes
|
||
|
pkg_install() {
|
||
|
vmove usr/share/supertux2
|
||
|
}
|
||
|
}
|