summaryrefslogtreecommitdiffstats
path: root/network/efax-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'network/efax-gtk')
-rw-r--r--network/efax-gtk/README5
-rw-r--r--network/efax-gtk/README.SLACKWARE15
-rw-r--r--network/efax-gtk/efax-gtk.SlackBuild8
-rw-r--r--network/efax-gtk/efax-gtk.info8
4 files changed, 19 insertions, 17 deletions
diff --git a/network/efax-gtk/README b/network/efax-gtk/README
index 9892b2050e..0e03dbc7aa 100644
--- a/network/efax-gtk/README
+++ b/network/efax-gtk/README
@@ -6,6 +6,7 @@ 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.18/README.SLACKWARE for configuration notes.
+See README.SLACKWARE file in efax-gtk's docs directory for configuration
+notes.
-Efax-gtk requires: libsigc++ (available on SlackBuilds.org)
+This requires libsigc++.
diff --git a/network/efax-gtk/README.SLACKWARE b/network/efax-gtk/README.SLACKWARE
index 75956e93e9..8d7e9ee10b 100644
--- a/network/efax-gtk/README.SLACKWARE
+++ b/network/efax-gtk/README.SLACKWARE
@@ -1,5 +1,3 @@
-/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:
"""If you want to wait for a fax, use "Standby". If the line is already
@@ -18,10 +16,10 @@ trasmission results otherwise at the moment), modify your configuration file
inserting the absolute path of the file you want as logfile (do not use
environment variables, as they are not supported).
-For serial modems/faxes: you need to add your fax-using user(s) to "uucp"
-group, so that serial device file (i.e. /dev/ttyS[0-9]) is accessible.
-For other modem/fax devices: make sure the relevant device files are
-accessible to your user(s) for reading/writing, as well.
+For serial modems/faxes: you need to add your fax-using user(s) to the
+"dialout" group so that the serial device file (i.e. /dev/ttyS[0-9]) is
+accessible. For other modem/fax devices: make sure the relevant device
+files are accessible to your user(s) for reading/writing as well.
To avoid too much crowd in users' $HOME directory, this package uses a
custom working directory ("$HOME/.efax-gtk") to contain most of files and
@@ -30,7 +28,8 @@ 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.18/README for other operating instructions. See
-your modem/fax manual for potentially needed AT modem strings and commands.
+Read README file in efax-gtk's /usr/doc directory 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").
diff --git a/network/efax-gtk/efax-gtk.SlackBuild b/network/efax-gtk/efax-gtk.SlackBuild
index 71d69369be..4279f196c8 100644
--- a/network/efax-gtk/efax-gtk.SlackBuild
+++ b/network/efax-gtk/efax-gtk.SlackBuild
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=efax-gtk
-VERSION=${VERSION:-3.0.18}
+VERSION=${VERSION:-3.0.20}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@@ -50,7 +50,7 @@ elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
-
+
set -e
rm -rf $PKG
@@ -126,4 +126,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/network/efax-gtk/efax-gtk.info b/network/efax-gtk/efax-gtk.info
index 3b69c6169d..b6faba9a71 100644
--- a/network/efax-gtk/efax-gtk.info
+++ b/network/efax-gtk/efax-gtk.info
@@ -1,8 +1,10 @@
PRGNAM="efax-gtk"
-VERSION="3.0.18"
+VERSION="3.0.20"
HOMEPAGE="http://efax-gtk.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.0.18.src.tgz"
-MD5SUM="2cb4d0baee2a628c2bc8ca0bed4dd5c8"
+DOWNLOAD="http://downloads.sourceforge.net/efax-gtk/efax-gtk-3.0.20.src.tgz"
+MD5SUM="f982b14a47527a4ba7ba69cdd6a7b0a9"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
APPROVED="dsomero"