Module: sip-router Branch: master Commit: f3171908e3ba5a4b7d6d3154991bdb66f783ceb1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3171908...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Thu May 17 22:25:47 2012 +0100
pkg/kamailio/fedora/f16: Added BoxGrinder appliance definition for a Fedora 16 Kamailio build machine
- BoxGrinder automatically creates up-to-date CentOS/Fedora/RHEL appliances to a specified configuration. See http://boxgrinder.org/ for more information. - This configuration is the minimum required to build F16 Kamailio 3.3 RPMs. - To build the appliance: 1) Install BoxGrinder: "yum install rubygem-boxgrinder-build" on Fedora 2) Run BoxGrinder: "boxgrinder-build kamailio-build.appl" - If you run BoxGrinder on a 32-bit host you get a 32-bit appliance. - If you run BoxGrinder on a 64-bit host you get a 64-bit appliance by default. You can create a 32-bit appliance on a 64-bit host by using the command: "setarch i386 boxgrinder-build kamailio-build.appl"
---
pkg/kamailio/fedora/f16/kamailio-build.appl | 44 +++++++++++++++++++++++++++ 1 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/pkg/kamailio/fedora/f16/kamailio-build.appl b/pkg/kamailio/fedora/f16/kamailio-build.appl new file mode 100644 index 0000000..f007485 --- /dev/null +++ b/pkg/kamailio/fedora/f16/kamailio-build.appl @@ -0,0 +1,44 @@ +name: "f16-kamailio-build-#BASE_ARCH#" +summary: Fedora 16 for Building Kamailio RPMs +os: + name: fedora + version: 16 + password: kamailio +hardware: + memory: 1024 + partitions: + "/": + size: 4 +packages: + - @core + - bison + - db4-devel + - expat-devel + - flex + - GeoIP-devel + - gcc + - glib-devel + - hiredis-devel + - json-c-devel + - libconfuse-devel + - libcurl-devel + - libevent-devel + - libpurple-devel + - libxml2-devel + - lm_sensors-devel + - lua-devel + - make + - mod_perl-devel + - mono-devel + - mysql-devel + - net-snmp-devel + - openldap-devel + - openssl-devel + - pcre-devel + - postgresql-devel + - python-devel + - radiusclient-ng-devel + - rpm-build + - sqlite-devel + - unixODBC-devel + - zlib-devel