mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
supertux2: for boost-1.88
This commit is contained in:
parent
a88ec5d2e8
commit
78a851cf36
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'supertux2'
|
||||
pkgname=supertux2
|
||||
version=0.6.3
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
-DAPPDATADIR=/usr/share/supertux2
|
||||
|
@ -10,7 +10,8 @@ configure_args="
|
|||
-DWERROR=OFF"
|
||||
make_cmd=make
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL2_image-devel boost-devel glew-devel libcurl-devel
|
||||
makedepends="SDL2_image-devel boost-devel-minimal libboost_filesystem
|
||||
libboost_locale libboost_date_time glew-devel libcurl-devel
|
||||
libopenal-devel libraqm-devel physfs-devel glm"
|
||||
short_desc="Side-scrolling platform game, milestone 2"
|
||||
maintainer="beefcurtains <beefcurtains@voidlinux.org>"
|
||||
|
@ -21,3 +22,7 @@ checksum=f7940e6009c40226eb34ebab8ffb0e3a894892d891a07b35d0e5762dd41c79f6
|
|||
replaces="supertux2-data>=0"
|
||||
|
||||
export CMAKE_GENERATOR="Unix Makefiles"
|
||||
|
||||
pre_patch() {
|
||||
sed -i '/cmake_minimum_require/s/[(].*[)]/(VERSION 3.30)/' external/*/CMakeLists.txt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue