[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/asterisk-addons/asterisk-addons.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Various modules and addons for the Asterisk Open Source PBX [T] Contains the source code to various modules and addons for the [T] Asterisk Open Source PBX. [U] https://www.asterisk.org/ [A] The Asterisk Project [M] T2 Project [F] CROSS [C] extra/tool [L] GPL [S] Stable [V] 1.6.2.4 [D] 4a023a885cde7b1a3e4872f70844822133bd9eb957d09c44790faa8b asterisk-addons-1.6.2.4.tar.gz http://downloads.digium.com/pub/asterisk/releases/ pkgprefix -t asterisk if [ $prefix_auto = 1 ]; then prefix="`pkgprefix asterisk`" set_confopt fi # we need to build the configuration tool natively # code shared with asterisk if atstage cross; then asterisk_build_menuselect() { ( cd menuselect CC=$HOST_CC CPP=cpp RANLIB=ranlib \ ./configure --build $arch_build eval $MAKE ) } hook_add preconf 5 "asterisk_build_menuselect" fi var_append makeopt ' ' "ASTLIBDIR=$(pkgprefix libdir asterisk)" var_append makeinstopt ' ' "ASTLIBDIR=$(pkgprefix libdir asterisk)" var_append GCC_WRAPPER_APPEND ' ' "-I$(pkgprefix includedir asterisk)"