network/efax-gtk: Updated for version 3.0.18

This commit is contained in:
LukenShiro 2010-05-12 17:43:13 +02:00 committed by David Somero
parent fb35940476
commit a7286f0e76
4 changed files with 14 additions and 10 deletions

View file

@ -6,6 +6,6 @@ e-mail a received fax to a designated user, and automatically print a
received fax. It is specially nice for a single user's use, as probably he/she
doesn't usually need a fax server (i.e. hylafax).
See /usr/doc/efax-gtk-3.0.17/README.SLACKWARE for configuration notes.
See /usr/doc/efax-gtk-3.0.18/README.SLACKWARE for configuration notes.
Efax-gtk requires: libsigc++ (available on SlackBuilds.org)

View file

@ -1,4 +1,4 @@
/usr/doc/efax-gtk-3.0.17/README.SLACKWARE
/usr/doc/efax-gtk-3.0.18/README.SLACKWARE
As differences among some program's actions can probably be somehow
cryptic to a new user, I'll report an upstream's simple explanation:
@ -30,7 +30,7 @@ service files). In case of package's upgrade, in order to avoid malfunction
problems or data loss, please verify if these files are in the right
location, otherwise move them accordingly.
Read /usr/doc/efax-gtk-3.0.17/README for other operating instructions. See
Read /usr/doc/efax-gtk-3.0.18/README for other operating instructions. See
your modem/fax manual for potentially needed AT modem strings and commands.
For fax trasmission's debugging purpose, you may have to insert special
parameters in configuration file for efax backend (see "man efax").

View file

@ -2,7 +2,7 @@
# Slackware build script for efax-gtk
# Copyright 2008 LukenShiro <lukenshiro@ngi.it>
# Copyright 2008-2009 LukenShiro <lukenshiro@ngi.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=efax-gtk
VERSION=${VERSION:-3.0.17}
VERSION=${VERSION:-3.0.18}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -42,10 +42,13 @@ OTHER_CMDS="mail_fax print_fax"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -68,6 +71,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--datadir=/usr/share \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \

View file

@ -1,8 +1,8 @@
PRGNAM="efax-gtk"
VERSION="3.0.17"
VERSION="3.0.18"
HOMEPAGE="http://efax-gtk.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.0.17.src.tgz"
MD5SUM="b563ee8655c231bcaf18effc6c987627"
DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.0.18.src.tgz"
MD5SUM="2cb4d0baee2a628c2bc8ca0bed4dd5c8"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="rworkman"
APPROVED="dsomero"