summaryrefslogtreecommitdiffstats
path: root/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
diff options
context:
space:
mode:
author Nikolay Korotkiy <sikmir@gmail.com>2018-12-27 09:59:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-27 09:59:22 +0700
commit61eb593a60cbb2d05f42d8fd76d75cf869b4e94c (patch)
tree4b71c7c6fc04e057eec287bc2ffc35bd668bb948 /gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
parentc90e05af5a842b2e45c841a3a7507f460257c453 (diff)
downloadslackbuilds-61eb593a60cbb2d05f42d8fd76d75cf869b4e94c.tar.gz
slackbuilds-61eb593a60cbb2d05f42d8fd76d75cf869b4e94c.tar.xz
gis/openorienteering-mapper: Updated for version 0.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/openorienteering-mapper/openorienteering-mapper.SlackBuild')
-rw-r--r--gis/openorienteering-mapper/openorienteering-mapper.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
index dac7195968..a9e593923c 100644
--- a/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
+++ b/gis/openorienteering-mapper/openorienteering-mapper.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openorienteering-mapper
-VERSION=${VERSION:-0.8.3}
+VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -81,8 +81,8 @@ cd build
-DLICENSING_PROVIDER:BOOL=OFF \
-DMapper_PACKAGE_NAME=$PRGNAM \
-Wno-dev ..
- make
- make install DESTDIR=$PKG
+ cmake --build .
+ DESTDIR=$PKG cmake --build . --target install
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \