32 lines
912 B
Bash
32 lines
912 B
Bash
# Template file for 'supertux2'
|
|
pkgname=supertux2
|
|
version=0.5.1
|
|
revision=1
|
|
wrksrc=SuperTux-v$version-Source
|
|
build_style=cmake
|
|
configure_args="
|
|
-DAPPDATADIR=/usr/share/supertux2
|
|
-DINSTALL_SUBDIR_BIN=bin
|
|
-DINSTALL_SUBDIR_SHARE=share/supertux2
|
|
-DWERROR=OFF"
|
|
hostmakedepends="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-v${version}-Source.tar.gz"
|
|
checksum=c9dc3b42991ce5c5d0d0cb94e44c4ec2373ad09029940f0e92331e7e9ada0ac5
|
|
nopie=yes
|
|
|
|
|
|
supertux2-data_package() {
|
|
short_desc+=" - data files"
|
|
noarch=yes
|
|
pkg_install() {
|
|
vmove usr/share/supertux2
|
|
}
|
|
}
|