aboutsummaryrefslogtreecommitdiff
path: root/network/owncloud-client/owncloud-client.SlackBuild
diff options
context:
space:
mode:
authorChristopher Walker <kris240376@gmail.com>2014-10-23 22:51:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-23 22:51:55 +0700
commitac74b4bd4131c7be17a80cad5b7c01b9f92f669b (patch)
treeaaf30873351a47bb08e23fa85e8f3057425bc7ef /network/owncloud-client/owncloud-client.SlackBuild
parentc78a3d404f2fdba581167af241ffd1e36a2e52ee (diff)
network/owncloud-client: Updated for version 1.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/owncloud-client/owncloud-client.SlackBuild')
-rw-r--r--network/owncloud-client/owncloud-client.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/network/owncloud-client/owncloud-client.SlackBuild b/network/owncloud-client/owncloud-client.SlackBuild
index 75938aed7e684..90e03d3ab8dd8 100644
--- a/network/owncloud-client/owncloud-client.SlackBuild
+++ b/network/owncloud-client/owncloud-client.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for owncloud-client
-# Copyright 2013 Christopher Walker Copperas Cove, TX
+# Copyright 2013-2014 Christopher Walker Copperas Cove, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=owncloud-client
-VERSION=${VERSION:-1.4.0}
+VERSION=${VERSION:-1.6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,8 +79,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_DOCDIR=/usr/doc/$PRGNAM-$VERSION \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$PRGNAM \
- -DCSYNC_INCLUDE_PATH=/usr/include/ocsync \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE="Release" \
..
make VERBOSE=1
make install DESTDIR=$PKG