Dash:
[t2.git] / package / network / asterisk-addons / asterisk-addons.conf
blob330c85e92bf3c0f4fa1a41b068ea616fa5f309c4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../asterisk-addons/asterisk-addons.conf
5 # Copyright (C) 2006 - 2009 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 pkgprefix -t asterisk
17 if [ $prefix_auto = 1 ]; then
18         prefix="`pkgprefix asterisk`"
19         set_confopt
22 # we need to build the configuration tool natively
23 # code shared with asterisk
24 if atstage cross; then
25         asterisk_build_menuselect() {
26           (
27                 cd menuselect
28                 CC=$HOST_CC CPP=cpp RANLIB=ranlib \
29                 ./configure --build $arch_build
30                 eval $MAKE
31           )
32         }
33         hook_add preconf 5 "asterisk_build_menuselect"
36 var_append makeopt ' ' "ASTLIBDIR=$( pkgprefix libdir asterisk )"
37 var_append makeinstopt ' ' "ASTLIBDIR=$( pkgprefix libdir asterisk )"
38 var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir asterisk )"