Browse Source

Added db_cassandra packaging

Carsten Bock 12 years ago
parent
commit
42ce9344e1
3 changed files with 14 additions and 1 deletions
  1. 3 0
      Makefile.groups
  2. 10 0
      pkg/kamailio/deb/wheezy/control
  3. 1 1
      pkg/kamailio/deb/wheezy/rules

+ 3 - 0
Makefile.groups

@@ -340,6 +340,9 @@ module_group_ksctp=$(mod_list_sctp)
 # pkg auth_ephemeral module
 module_group_kautheph=$(mod_list_autheph)
 
+# pkg db_cassandra module
+module_group_kcassandra=$(mod_list_cassandra)
+
 # list of static modules
 #
 static_modules:=

+ 10 - 0
pkg/kamailio/deb/wheezy/control

@@ -448,3 +448,13 @@ Description: Kamailio - Websocket Module
  .
  This package contains the module implementing WebSocket transport layer.
 
+Package: kamailio-cassandra-modules
+Architecture: any
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), libthrift-dev
+Description: Kamailio - Cassandra 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 modules for using cassandra as a database backend.
+

+ 1 - 1
pkg/kamailio/deb/wheezy/rules

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