]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - lfs/asterisk
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / asterisk
1 ###############################################################################
2 # #
3 # IPFire.org - A linux based firewall #
4 # Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
5 # #
6 # This program is free software: you can redistribute it and/or modify #
7 # it under the terms of the GNU General Public License as published by #
8 # the Free Software Foundation, either version 3 of the License, or #
9 # (at your option) any later version. #
10 # #
11 # This program is distributed in the hope that it will be useful, #
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of #
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14 # GNU General Public License for more details. #
15 # #
16 # You should have received a copy of the GNU General Public License #
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. #
18 # #
19 ###############################################################################
20
21 include Config
22
23 VER = 13.18.5
24
25 THISAPP = asterisk-$(VER)
26 DL_FILE = $(THISAPP).tar.gz
27 DL_FROM = $(URL_IPFIRE)
28 DIR_APP = $(DIR_SRC)/$(THISAPP)
29 TARGET = $(DIR_INFO)/$(THISAPP)
30 PROG = asterisk
31 PAK_VER = 26
32
33 DEPS = libsrtp opus
34
35 ###############################################################################
36 # Top-level Rules
37 ###############################################################################
38
39 objects = $(DL_FILE) \
40 asterisk-1.4-de-prompts.tar.gz \
41 asterisk-extra-sounds-en-gsm-1.5.1.tar.gz \
42 asterisk-moh-opsound-gsm-2.03.tar.gz
43
44 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
45 asterisk-extra-sounds-en-gsm-1.5.1.tar.gz = $(URL_IPFIRE)/asterisk-extra-sounds-en-gsm-1.5.1.tar.gz
46 asterisk-moh-opsound-gsm-2.03.tar.gz = $(URL_IPFIRE)/asterisk-moh-opsound-gsm-2.03.tar.gz
47 asterisk-1.4-de-prompts.tar.gz = $(URL_IPFIRE)/asterisk-1.4-de-prompts.tar.gz
48
49 $(DL_FILE)_MD5 = 4ad2a5ab1dd12cba5f37fca52961aa2a
50 asterisk-extra-sounds-en-gsm-1.5.1.tar.gz_MD5 = aa1003ed984239f18e123decc39c2178
51 asterisk-moh-opsound-gsm-2.03.tar.gz_MD5 = 09066f55f1358f298bc1a6e4678a3ddf
52 asterisk-1.4-de-prompts.tar.gz_MD5 = 626a2b95071a5505851e43874dfbfd5c
53
54 install : $(TARGET)
55
56 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
57
58 download :$(patsubst %,$(DIR_DL)/%,$(objects))
59
60 md5 : $(subst %,%_MD5,$(objects))
61
62 dist:
63 $(PAK)
64
65 ###############################################################################
66 # Downloading, checking, md5sum
67 ###############################################################################
68
69 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
70 @$(CHECK)
71
72 $(patsubst %,$(DIR_DL)/%,$(objects)) :
73 @$(LOAD)
74
75 $(subst %,%_MD5,$(objects)) :
76 @$(MD5)
77
78 ###############################################################################
79 # Installation Details
80 ###############################################################################
81
82 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
83 @$(PREBUILD)
84 @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
85 $(UPDATE_AUTOMAKE)
86
87 # configure asterisk
88 cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire \
89 --without-oss \
90 --without-sdl \
91 --without-SDL_image \
92 --without-netsnmp \
93 --without-avcodec \
94 --without-vorbis \
95 --without-ogg \
96 --disable-xmldoc
97
98 # enable additional features (include following sound-tars)
99 cd $(DIR_APP) && make menuselect.makeopts && menuselect/menuselect \
100 --enable res_srtp \
101 --enable EXTRA-SOUNDS-EN-GSM \
102 --enable MOH-OPSOUND-GSM \
103 --disable BUILD_NATIVE \
104 menuselect.makeopts
105
106 # add additional sounds
107 cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-extra-sounds-en-gsm-1.5.1.tar.gz $(DIR_APP)/sounds/
108 cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-moh-opsound-gsm-2.03.tar.gz $(DIR_APP)/sounds/
109
110 # Fix wrong cpu optimization (march=armv5tel)
111 cd $(DIR_APP) && sed -i -e "s|^PROC=armv5te.*|PROC=armv5te|g" makeopts
112
113 # Add armv5te to gsm codecs
114 cd $(DIR_APP) && sed -i -e "s|armv5b |*armv5te |g" codecs/gsm/Makefile
115
116 # compile and install
117 cd $(DIR_APP) && make $(MAKETUNING) all
118 cd $(DIR_APP) && make install
119 cd $(DIR_APP) && make samples
120
121 # add german sounds and remove README.txt
122 tar xfz $(DIR_DL)/asterisk-1.4-de-prompts.tar.gz -C /var/lib/asterisk/sounds/
123 -rm -f /var/lib/asterisk/sounds/README.txt
124
125 # remove build directories
126 @rm -rf $(DIR_APP) $(DIR_SRC)/asterisk-*
127
128 # copy additional ipfire scripts for asterisk
129 -mkdir -p /var/ipfire/asterisk
130 cp -vrf $(DIR_SRC)/config/asterisk/* /var/ipfire/asterisk/
131 chmod o+w /var/ipfire/asterisk
132 chown nobody:nobody -R /var/ipfire/asterisk
133 chown nobody:nobody -R /var/lib/asterisk
134
135 # remember backup-location
136 install -v -m 644 $(DIR_SRC)/config/backup/includes/asterisk /var/ipfire/backup/addons/includes/asterisk
137
138 # Logrotate
139 mkdir -pv /etc/logrotate.d
140 install -v -m 644 $(DIR_SRC)/config/asterisk/asterisk.logrotate /etc/logrotate.d/asterisk
141
142 # generate softlink (or asterisk will not work properly)
143 ln -sf /var/ipfire/asterisk /etc/asterisk
144
145 #install initscripts
146 $(call INSTALL_INITSCRIPT,asterisk)
147
148 # make asterisk start with reboot
149 ln -sf /etc/rc.d/init.d/asterisk /etc/rc.d/rc0.d/K30asterisk
150 ln -sf /etc/rc.d/init.d/asterisk /etc/rc.d/rc6.d/K30asterisk
151 ln -sf /etc/rc.d/init.d/asterisk /etc/rc.d/rc3.d/S30asterisk
152
153 @rm -rf $(DIR_APP)
154 @$(POSTBUILD)