network/hylafax+: Updated for version 5.5.8.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Chris Walker 2017-01-20 11:43:04 +00:00 committed by Willy Sudiarto Raharjo
parent 4907783742
commit 2f95326a07
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 11 additions and 11 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"

View file

@ -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"