summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Alan Hicks <alan@lizella.net>2010-05-11 22:24:35 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:24:35 +0200
commit1b1bf5e961ecf1b76feb8877ab36d3620f972ffb (patch)
treef425b900b587eab421e2bf46f81c9b907f473a7c /misc
parent3f6f3b2bcfa3d9e5583a96cda15a72469e7f11b0 (diff)
downloadslackbuilds-1b1bf5e961ecf1b76feb8877ab36d3620f972ffb.tar.gz
slackbuilds-1b1bf5e961ecf1b76feb8877ab36d3620f972ffb.tar.xz
misc/zaptel: Updated for version 1.4.11
Diffstat (limited to 'misc')
-rw-r--r--misc/zaptel/zaptel.SlackBuild6
-rw-r--r--misc/zaptel/zaptel.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/misc/zaptel/zaptel.SlackBuild b/misc/zaptel/zaptel.SlackBuild
index 7c0b3bb5ca..eaf612107c 100644
--- a/misc/zaptel/zaptel.SlackBuild
+++ b/misc/zaptel/zaptel.SlackBuild
@@ -25,7 +25,7 @@
set -e
PRGNAM="zaptel"
-VERSION="1.4.6"
+VERSION="1.4.11"
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,6 +66,10 @@ chown -R root:root $PKG/usr/doc
mv $PKG/usr/share/man $PKG/usr/man
gzip -9 $PKG/usr/man/man?/*.?
+# Add this directory. zaptel/asterisk will complain if it
+# is not present
+mkdir -p $PKG/var/lock/subsys
+
# Don't clobber config file and init script
mv $PKG/etc/zaptel.conf $PKG/etc/zaptel.conf.new
install -m 0755 $CWD/rc.zaptel $PKG/etc/rc.d/rc.zaptel.new
diff --git a/misc/zaptel/zaptel.info b/misc/zaptel/zaptel.info
index 2e3b180b04..37a47db39e 100644
--- a/misc/zaptel/zaptel.info
+++ b/misc/zaptel/zaptel.info
@@ -1,8 +1,8 @@
PRGNAM="zaptel"
-VERSION="1.4.6"
+VERSION="1.4.11"
HOMEPAGE="http://www.digium.com"
-DOWNLOAD="http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.6.tar.gz"
-MD5SUM="f0cf2e89028235c3dc447810e5089dbb"
+DOWNLOAD="http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.11.tar.gz"
+MD5SUM="894d548d180fddf360de1c0426a68bac"
MAINTAINER="Alan Hicks"
EMAIL="alan@lizella.net"
APPROVED="rworkman"