mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/zaptel: Updated for version 1.4.11
This commit is contained in:
parent
3f6f3b2bcf
commit
1b1bf5e961
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue