MT#6345 create tcap module package

vseva/6243
Victor Seva 12 years ago
parent 91684d20b0
commit 57ce17588c

13
debian/control vendored

@ -587,3 +587,16 @@ Description: Provides a set utility functions for Kamailio
per second even on low-budget hardware.
.
This package contains the call rating for least cost routing Module.
Package: ngcp-kamailio-tcap-modules
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: contains the tcap module
Kamailio is a very fast and flexible SIP (RFC3261)
proxy server. Written entirely in C, Kamailio can handle thousands calls
per second even on low-budget hardware.
.
This package contains the tcap Module.

@ -254,12 +254,23 @@
+}
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -13,7 +13,7 @@
mediaproxy mi_datagram mi_fifo mi_rpc mqueue \
nat_traversal nathelper path pike pv ratelimit rr rtimer \
rtpproxy sanity sdpops siputils sl statistics textops \
- textopsx tm tmx topoh xlog rtpproxy-ng stun sipt
+ textopsx tm tmx topoh xlog rtpproxy-ng stun sipt tcap
@@ -160,6 +160,9 @@
# - modules depending on gzip library
mod_list_gzcompress=gzcompress
# - extra used modules, with no extra dependency
mod_list_extra=avp auth_diameter call_control cnxcc dmq domainpolicy msrp pdb \
+# - modules depending on libtcap library
+mod_list_tcap=tcap
+
# - all modules
mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
$(mod_list_db) $(mod_list_dbuid) \
@@ -240,6 +243,9 @@
# pkg lcrrate module
module_group_klcrrate=$(mod_list_lcrrate)
+# pkg tap module
+module_group_ktcap=$(mod_list_tcap)
+
### --- Groups defined for pacKaging ###
# Standard modules in main pkg

2
debian/rules vendored

@ -39,7 +39,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \
ldap xml perl utils lua memcached \
snmpstats carrierroute xmpp cpl redis python geoip\
sqlite json mono ims outbound websocket tls \
autheph sctp java lcrrate
autheph sctp java lcrrate tcap
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b)
LIBDIR ?= lib/$(DEB_HOST_MULTIARCH)

Loading…
Cancel
Save