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