summaryrefslogtreecommitdiffstats
path: root/network/cclive/cclive.SlackBuild
diff options
context:
space:
mode:
author slackmuz <petar.linog@gmail.com>2013-12-07 02:22:51 +0700
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:53:01 -0600
commit91f4bd1a271d027fbf52fec68d422ece0d1d37a6 (patch)
tree0e2353ca0789ba5a5be35f44a0f8f87a85cbebab /network/cclive/cclive.SlackBuild
parent39bd3c83f464f125f859e61bedfffda1c851c6ba (diff)
downloadslackbuilds-91f4bd1a271d027fbf52fec68d422ece0d1d37a6.tar.gz
slackbuilds-91f4bd1a271d027fbf52fec68d422ece0d1d37a6.tar.xz
network/cclive: Updated for version 0.7.16 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cclive/cclive.SlackBuild')
-rw-r--r--network/cclive/cclive.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/cclive/cclive.SlackBuild b/network/cclive/cclive.SlackBuild
index a17d93a5c3..567d6ce62c 100644
--- a/network/cclive/cclive.SlackBuild
+++ b/network/cclive/cclive.SlackBuild
@@ -1,11 +1,11 @@
#!/bin/sh
# Slackware build script for cclive
-
# Written by crocket (crockabiscuit@gmail.com)
+# Maintained by slackmuz (petar.linog@gmail.com)
PRGNAM=cclive
-VERSION=${VERSION:-0.7.11}
+VERSION=${VERSION:-0.7.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -46,10 +46,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \