summaryrefslogtreecommitdiffstats
path: root/network/hylafax+/hylafax+.SlackBuild
diff options
context:
space:
mode:
author Chris Walker2019-05-09 18:29:21 +0200
committer Willy Sudiarto Raharjo2019-05-09 18:29:21 +0200
commit2e9d44034b653e2f169042843790052f6d237687 (patch)
treea1fb7668ba248617442967e218a043e922b3a931 /network/hylafax+/hylafax+.SlackBuild
parent98398718ac986ab947eb757089cefcf8c008cfbf (diff)
downloadslackbuilds-2e9d44034b653e2f169042843790052f6d237687.tar.gz
network/hylafax+: Updated for version 7.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/hylafax+/hylafax+.SlackBuild')
-rw-r--r--network/hylafax+/hylafax+.SlackBuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/network/hylafax+/hylafax+.SlackBuild b/network/hylafax+/hylafax+.SlackBuild
index 00d85bb3a8..e35b925fbe 100644
--- a/network/hylafax+/hylafax+.SlackBuild
+++ b/network/hylafax+/hylafax+.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hylafax+
-# Copyright 2013-2018 Chris Walker Kempner, TX
+# Copyright 2013-2019 Chris Walker Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
PRGNAM=hylafax+
SRCNAM=hylafax
-VERSION=${VERSION:-5.6.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-7.0.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -107,6 +107,14 @@ cd $PKG/var/spool/hylafax/etc
mv hosts.hfaxd hosts.hfaxd.new
cd -
+cd $PKG/usr/lib$LIBDIRSUFFIX/hylafax
+ mv faxcover.ps faxcover.ps.new
+ mv faxmail.ps faxmail.ps.new
+ mv hfaxd.conf hfaxd.conf.new
+ mv pagesizes pagesizes.new
+ mv typerules typerules.new
+cd -
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES CONTRIBUTORS COPYRIGHT INSTALL TODO VERSION \