diff options
author | Chris Walker <kris240376@gmail.com> | 2017-01-20 11:43:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:35 +0700 |
commit | 2f95326a07e20a93110f6e53fbb9732047c4aa9d (patch) | |
tree | 61b6273404a212841aa1fe78847c1b15c993489d /network/hylafax+ | |
parent | 49077837427ef858f39733802f06d510f1566f44 (diff) | |
download | slackbuilds-2f95326a07e20a93110f6e53fbb9732047c4aa9d.tar.gz |
network/hylafax+: Updated for version 5.5.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/hylafax+')
-rw-r--r-- | network/hylafax+/README | 2 | ||||
-rw-r--r-- | network/hylafax+/config.local.in | 2 | ||||
-rw-r--r-- | network/hylafax+/hylafax+.SlackBuild | 10 | ||||
-rw-r--r-- | network/hylafax+/hylafax+.info | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/network/hylafax+/README b/network/hylafax+/README index 61906f0a5c..9ea1c9768b 100644 --- a/network/hylafax+/README +++ b/network/hylafax+/README @@ -6,4 +6,4 @@ an outbound job from any other machine on the network. HylaFAX+ is a more feature rich fork of the HylaFAX project. -See /usr/doc/hylafax-5.5.7/README.SLACKWARE for configuration hints. +See /usr/doc/hylafax-5.5.8/README.SLACKWARE for configuration hints. diff --git a/network/hylafax+/config.local.in b/network/hylafax+/config.local.in index 93863e7f91..6b5fcb8e43 100644 --- a/network/hylafax+/config.local.in +++ b/network/hylafax+/config.local.in @@ -57,7 +57,7 @@ GS="no" # install Ghostscript RIP (yes|no) # DIR_BIN="/usr/bin" # directory for client apps DIR_LIB="/usr/lib@LIBDIRSUFFIX@" # directory for libfaxserver, libfaxutil -DIR_LIBDATA="/usr/lib/@LIBDIRSUFFIX@/hylafax" # directory for client data +DIR_LIBDATA="/usr/lib@LIBDIRSUFFIX@/hylafax" # directory for client data DIR_LIBEXEC="/usr/libexec/hylafax" # directory for libraries&hidden apps DIR_MAN="/usr/man" # directory for manual pages DIR_SPOOL="/var/spool/hylafax" # directory for spooling area diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild index 8854bfa896..51620ab5d3 100644 --- a/network/hylafax+/hylafax+.SlackBuild +++ b/network/hylafax+/hylafax+.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hylafax+ -# Copyright 2013 Christopher Walker Copperas Cove, TX +# Copyright 2013-2017 Chris Walker Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ PRGNAM=hylafax+ SRCNAM=hylafax -VERSION=${VERSION:-5.5.7} +VERSION=${VERSION:-5.5.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/network/hylafax+/hylafax+.info b/network/hylafax+/hylafax+.info index 0cb0e3c097..5a13309537 100644 --- a/network/hylafax+/hylafax+.info +++ b/network/hylafax+/hylafax+.info @@ -1,10 +1,10 @@ PRGNAM="hylafax+" -VERSION="5.5.7" +VERSION="5.5.8" HOMEPAGE="http://hylafax.sourceforge.net" -DOWNLOAD="http://prdownloads.sourceforge.net/hylafax/hylafax-5.5.7.tar.gz" -MD5SUM="6497db7fec4b96b919567d6ef38402bc" +DOWNLOAD="http://prdownloads.sourceforge.net/hylafax/hylafax-5.5.8.tar.gz" +MD5SUM="4ac12204e37424ef1e07b8760101663d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Christopher Walker" +MAINTAINER="Chris Walker" EMAIL="kris240376@gmail.com" |