summaryrefslogtreecommitdiff
path: root/system/cdemu-client/cdemu-client.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/cdemu-client/cdemu-client.SlackBuild')
-rw-r--r--system/cdemu-client/cdemu-client.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/cdemu-client/cdemu-client.SlackBuild b/system/cdemu-client/cdemu-client.SlackBuild
index 7feb186f66..f596a62182 100644
--- a/system/cdemu-client/cdemu-client.SlackBuild
+++ b/system/cdemu-client/cdemu-client.SlackBuild
@@ -3,7 +3,8 @@
# Slackware build script for cdemu-client
# command-line client for cdemu-daemon
-# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil
+# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com>
+# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cdemu-client
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-3.2.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +58,7 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_MANDIR=/usr/man \
+ -DPOST_INSTALL_HOOKS=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install DESTDIR=$PKG