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