network/cclive: Updated for version 0.7.16 + New Maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
slackmuz 2013-12-07 02:22:51 +07:00 committed by Erik Hanson
parent 39bd3c83f4
commit 91f4bd1a27
2 changed files with 11 additions and 11 deletions

View file

@ -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" \

View file

@ -1,10 +1,10 @@
PRGNAM="cclive"
VERSION="0.7.11"
VERSION="0.7.16"
HOMEPAGE="http://cclive.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/cclive/cclive-0.7.11.tar.xz"
MD5SUM="b96cf74e846e3047e0b1db917070c6d0"
DOWNLOAD="http://downloads.sourceforge.net/cclive/cclive-0.7.16.tar.xz"
MD5SUM="7767dadf1a6134208cb6fb9c1ab6a70e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="quvi"
MAINTAINER="crocket"
EMAIL="crockabiscuit@gmail.com"
MAINTAINER="slackmuz"
EMAIL="petar.linog@gmail.com"