Merge branch 'master' of mathias-kettner.de:omd
[omd.git] / distros / Makefile.CENTOS_6.5
blobb962962374dc4936ac4e82c302f6c56f227c5ab6
1 DISTRO_CODE       = rh65
2 BUILD_PACKAGES    =
3 BUILD_PACKAGES   += boost-devel
4 BUILD_PACKAGES   += cairo-devel
5 BUILD_PACKAGES   += curl-devel     # needed by perl modules / thruk
6 BUILD_PACKAGES   += expat-devel
7 BUILD_PACKAGES   += fping
8 BUILD_PACKAGES   += bind-utils
9 BUILD_PACKAGES   += gcc
10 BUILD_PACKAGES   += gcc-c++
11 BUILD_PACKAGES   += libevent-devel         # RHEL Server Optional
12 BUILD_PACKAGES   += libtool-ltdl-devel     # RHEL Server Optional 
13 BUILD_PACKAGES   += libtool-ltdl           # needed by libtool-ltdl-devel
14 BUILD_PACKAGES   += gd-devel               # RHEL Server Optional
15 BUILD_PACKAGES   += libXpm-devel           # needed by gd-devel
16 BUILD_PACKAGES   += libjpeg-devel          # needed by gd-devel
17 BUILD_PACKAGES   += httpd-devel
18 BUILD_PACKAGES   += libmcrypt-devel        # MISSING
19 BUILD_PACKAGES   += libxml2-devel
20 BUILD_PACKAGES   += mysql-devel
21 BUILD_PACKAGES   += ncurses-devel
22 BUILD_PACKAGES   += net-snmp
23 BUILD_PACKAGES   += net-snmp-utils
24 BUILD_PACKAGES   += openssl-devel
25 BUILD_PACKAGES   += pango-devel
26 BUILD_PACKAGES   += patch
27 BUILD_PACKAGES   += php
28 BUILD_PACKAGES   += python-devel
29 BUILD_PACKAGES   += readline-devel
30 BUILD_PACKAGES   += compat-readline5
31 BUILD_PACKAGES   += rpm-build
32 BUILD_PACKAGES   += samba-client
33 BUILD_PACKAGES   += libuuid-devel
34 BUILD_PACKAGES   += which
35 BUILD_PACKAGES   += perl-devel
36 BUILD_PACKAGES   += perl-ExtUtils-Embed
37 BUILD_PACKAGES   += perl-Time-HiRes
38 BUILD_PACKAGES   += rsync
39 BUILD_PACKAGES   += radiusclient-ng-devel
40 OS_PACKAGES       =
41 OS_PACKAGES      += time # needed for mk-job
42 OS_PACKAGES      += traceroute # needed for Check_MK parent scan
43 OS_PACKAGES      += boost-program-options
44 OS_PACKAGES      += curl
45 OS_PACKAGES      += dialog
46 OS_PACKAGES      += expat
47 OS_PACKAGES      += fping
48 OS_PACKAGES      += graphviz
49 OS_PACKAGES      += graphviz-gd
50 OS_PACKAGES      += httpd
51 OS_PACKAGES      += libevent
52 OS_PACKAGES      += libmcrypt
53 OS_PACKAGES      += libtool-ltdl
54 OS_PACKAGES      += mod_fcgid
55 OS_PACKAGES      += mysql-server
56 OS_PACKAGES      += net-snmp
57 OS_PACKAGES      += net-snmp-utils
58 OS_PACKAGES      += pango
59 OS_PACKAGES      += patch
60 OS_PACKAGES      += perl-Net-SNMP
61 OS_PACKAGES      += php
62 OS_PACKAGES      += php-mbstring
63 OS_PACKAGES      += php-pdo
64 OS_PACKAGES      += php-gd
65 OS_PACKAGES      += readline
66 OS_PACKAGES      += rsync
67 OS_PACKAGES      += uuid
68 OS_PACKAGES      += xinetd
69 OS_PACKAGES      += xorg-x11-server-Xvfb
70 OS_PACKAGES      += cronie
71 OS_PACKAGES      += python-ldap # needed for ldap support in multisite
72 OS_PACKAGES      += radiusclient-ng
73 USERADD_OPTIONS   = -M
74 ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
75 PACKAGE_INSTALL   = yum -y makecache ; yum -y install
76 ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
77 APACHE_CONF_DIR   = /etc/httpd/conf.d
78 APACHE_INIT       = /etc/init.d/httpd
79 APACHE_USER       = apache
80 APACHE_GROUP      = apache
81 APACHE_BIN        = /usr/sbin/httpd
82 APACHE_CTL        = /usr/sbin/apachectl
83 APACHE_MODULE_DIR = /usr/lib/httpd/modules
84 APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
85 APACHE_FCGID_MODULE = mod_fcgid.so
86 PHP_FCGI_BIN      = /usr/bin/php-cgi
87 APACHE_ENMOD      = true %s
88 BECOME_ROOT       = su -c
89 MOUNT_OPTIONS     =