network/efax-gtk: Updated for version 3.2.13.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2014-08-05 21:55:00 +07:00 committed by Willy Sudiarto Raharjo
parent bd4ac7247e
commit 7c46d4bd0b
2 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for efax-gtk
# Copyright 2008-2013 LukenShiro, Italy
# Copyright 2008-2014 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=efax-gtk
VERSION=${VERSION:-3.2.12}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.2.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCFILES="ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README"
DOCFILES="ABOUT-NLS AUTHORS BUGS ChangeLog COPYING INSTALL README"
# original efax's 'fax' shell script's functions are performed by efax-gtk
# itself, so it is not installed as command. Nonetheless maybe can be useful
# for historical purposes as documentation.
@ -71,10 +71,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.src.tgz
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 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 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="efax-gtk"
VERSION="3.2.12"
VERSION="3.2.13"
HOMEPAGE="http://efax-gtk.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.2.12.src.tgz"
MD5SUM="5d38ca4d4c90e0805f2cf8f191177fb6"
DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.2.13.src.tgz"
MD5SUM="87cfd9c0894080690474d2696782f79d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c++-gtk-utils"