From a7286f0e764a086bb97701cb4c250109e7c09ab8 Mon Sep 17 00:00:00 2001 From: LukenShiro Date: Wed, 12 May 2010 17:43:13 +0200 Subject: network/efax-gtk: Updated for version 3.0.18 --- network/efax-gtk/README | 2 +- network/efax-gtk/README.SLACKWARE | 4 ++-- network/efax-gtk/efax-gtk.SlackBuild | 10 +++++++--- network/efax-gtk/efax-gtk.info | 8 ++++---- 4 files changed, 14 insertions(+), 10 deletions(-) (limited to 'network/efax-gtk') diff --git a/network/efax-gtk/README b/network/efax-gtk/README index 013489ac40..9892b2050e 100644 --- a/network/efax-gtk/README +++ b/network/efax-gtk/README @@ -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) diff --git a/network/efax-gtk/README.SLACKWARE b/network/efax-gtk/README.SLACKWARE index ce21f69398..75956e93e9 100644 --- a/network/efax-gtk/README.SLACKWARE +++ b/network/efax-gtk/README.SLACKWARE @@ -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"). diff --git a/network/efax-gtk/efax-gtk.SlackBuild b/network/efax-gtk/efax-gtk.SlackBuild index cf2d36509e..71d69369be 100644 --- a/network/efax-gtk/efax-gtk.SlackBuild +++ b/network/efax-gtk/efax-gtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for efax-gtk -# Copyright 2008 LukenShiro +# Copyright 2008-2009 LukenShiro # 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 \ diff --git a/network/efax-gtk/efax-gtk.info b/network/efax-gtk/efax-gtk.info index 011c9a48b5..3b69c6169d 100644 --- a/network/efax-gtk/efax-gtk.info +++ b/network/efax-gtk/efax-gtk.info @@ -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" -- cgit v1.2.3