aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openspades
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openspades')
-rw-r--r--testing/openspades/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openspades/APKBUILD b/testing/openspades/APKBUILD
index bc892789d17..25f9561e2d2 100644
--- a/testing/openspades/APKBUILD
+++ b/testing/openspades/APKBUILD
@@ -3,7 +3,7 @@
pkgname=openspades
pkgver=0.1.3
_resource_version=r33
-pkgrel=0
+pkgrel=1
pkgdesc="open-source voxel firt person shooter"
url="http://openspades.yvt.jp/"
arch="x86_64 x86" #disabled for the other architectures due to compiling problems
@@ -25,7 +25,7 @@ prepare() {
build() {
cmake CMakeLists.txt \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DOPENSPADES_RESDIR=/usr/share/$pkgname/Resources \
-DOPENSPADES_INSTALL_RESOURCES=share/$pkgname/Resources \
-DOPENSPADES_INSTALL_BINARY=bin