mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/hylafax+: Updated for version 5.5.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4907783742
commit
2f95326a07
4 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue