summaryrefslogtreecommitdiffstats
path: root/network/c-toxcore
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-01-08 17:52:58 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:17:34 +0000
commitb26517043cdabde84786803741eb9cec7fc69406 (patch)
tree24dad49de635d1df7baa4c424a8aecba0197558b /network/c-toxcore
parentfc59ea21bafe53eb7e633d6468bfa2a75bd54976 (diff)
downloadslackbuilds-b26517043cdabde84786803741eb9cec7fc69406.tar.gz
slackbuilds-b26517043cdabde84786803741eb9cec7fc69406.tar.xz
network/c-toxcore: Updated for version 0.1.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/c-toxcore')
-rw-r--r--network/c-toxcore/README6
-rw-r--r--network/c-toxcore/c-toxcore.SlackBuild6
-rw-r--r--network/c-toxcore/c-toxcore.info8
3 files changed, 11 insertions, 9 deletions
diff --git a/network/c-toxcore/README b/network/c-toxcore/README
index a0c20c0ba8..aef1928e98 100644
--- a/network/c-toxcore/README
+++ b/network/c-toxcore/README
@@ -5,10 +5,12 @@ and strong cryptography. Files can be shared as fast as you and your partner's
Internet connection allows, audio calls are instantaneous, and there are no
arbitrary limits to how many people you can have in a group conversation.
-TokTok/c-toxcore is a non-hostile fork of the original irungentoo/toxcore, and
-most clients are in the process of switching.
+This is a fork of the original irungentoo/toxcore. Toxcore developer has been
+unable to find time to work on it and a non-hostile fork was created.
Additional libconfig dependency is needed for tox-bootstrapd daemon,
together with:
DAEMON=yes ./c-toxcore.SlackBuild
+
+NOTE: Please remove the original toxcore package before installing c-toxcore.
diff --git a/network/c-toxcore/c-toxcore.SlackBuild b/network/c-toxcore/c-toxcore.SlackBuild
index cf4778dd8d..5ab1c6894d 100644
--- a/network/c-toxcore/c-toxcore.SlackBuild
+++ b/network/c-toxcore/c-toxcore.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for c-toxcore
-# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
# 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=c-toxcore
-VERSION=${VERSION:-20161124_d6bad90}
+VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/c-toxcore/c-toxcore.info b/network/c-toxcore/c-toxcore.info
index e030a83320..9e0d36fd97 100644
--- a/network/c-toxcore/c-toxcore.info
+++ b/network/c-toxcore/c-toxcore.info
@@ -1,10 +1,10 @@
PRGNAM="c-toxcore"
-VERSION="20161124_d6bad90"
+VERSION="0.1.3"
HOMEPAGE="http://tox.chat/"
-DOWNLOAD="http://mirror.slackware.hr/sources/c-toxcore/c-toxcore-20161124_d6bad90.tar.bz2"
-MD5SUM="b4df7b40f84540d6f93c9e4ca3516b73"
+DOWNLOAD="https://github.com/TokTok/c-toxcore/archive/v0.1.3/c-toxcore-0.1.3.tar.gz"
+MD5SUM="177337bcb80c8871f9f84a885c3461c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libsodium opus"
+REQUIRES="%README% libsodium opus"
MAINTAINER="Mario Preksavec"
EMAIL="mario at slackware dot hr"