diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 16:10:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:07 +0700 |
commit | b59c2182a4fafa578459b52d85b2411acc2425f3 (patch) | |
tree | a440c459dc62e59fa0c597bc669803cda04a40a0 /network/asterisk/asterisk.SlackBuild | |
parent | e22767cac1431856d5dc47f012ffff73f2d3a7fc (diff) |
network/asterisk: Maintainer info update + minor fixes
Diffstat (limited to 'network/asterisk/asterisk.SlackBuild')
-rw-r--r-- | network/asterisk/asterisk.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/asterisk/asterisk.SlackBuild b/network/asterisk/asterisk.SlackBuild index a9de3b1155f0..275fe8a24f60 100644 --- a/network/asterisk/asterisk.SlackBuild +++ b/network/asterisk/asterisk.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Copyright 2006, Alan Hicks, Lizella, GA +# Copyright 2010, 2013, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -20,9 +21,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated by mario@slackverse.org, 2010-2013 - -PRGNAM="asterisk" +PRGNAM=asterisk VERSION=${VERSION:-1.8.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |