[omd-commits] OMD Git: omd: Added Makefile for CentOS 6.3
git version control
git at mathias-kettner.de
Tue Jul 31 17:37:01 CEST 2012
Module: omd
Branch: master
Commit: 818f117df8a3ccf4bf066d0c8efc41b1660104ea
URL: http://omdistro.org/projects/omd/repository/revisions/818f117df8a3ccf4bf066d0c8efc41b1660104ea
Author: Mathias Kettner <mk at mathias-kettner.de>
Date: Tue Jul 31 17:36:45 2012 +0200
Commiter: Mathias Kettner <mk at mathias-kettner.de>
Date: Tue Jul 31 17:36:45 2012 +0200
Added Makefile for CentOS 6.3
---
distros/Makefile.CENTOS_6.3 | 80 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 80 insertions(+), 0 deletions(-)
diff --git a/distros/Makefile.CENTOS_6.3 b/distros/Makefile.CENTOS_6.3
new file mode 100644
index 0000000..3a8c21e
--- /dev/null
+++ b/distros/Makefile.CENTOS_6.3
@@ -0,0 +1,80 @@
+DISTRO_CODE = rh62
+BUILD_PACKAGES =
+BUILD_PACKAGES += boost-devel
+BUILD_PACKAGES += cairo-devel
+BUILD_PACKAGES += expat-devel
+BUILD_PACKAGES += fping
+BUILD_PACKAGES += gcc
+BUILD_PACKAGES += gcc-c++
+BUILD_PACKAGES += libevent-devel # RHEL Server Optional
+BUILD_PACKAGES += libtool-ltdl-devel # RHEL Server Optional
+BUILD_PACKAGES += libtool-ltdl # needed by libtool-ltdl-devel
+BUILD_PACKAGES += gd-devel # RHEL Server Optional
+BUILD_PACKAGES += libXpm-devel # needed by gd-devel
+BUILD_PACKAGES += libjpeg-devel # needed by gd-devel
+BUILD_PACKAGES += httpd-devel
+BUILD_PACKAGES += libmcrypt-devel # LM: Taken from http://pkgs.repoforge.org/libmcrypt/
+BUILD_PACKAGES += libxml2-devel
+BUILD_PACKAGES += mysql-devel
+BUILD_PACKAGES += ncurses-devel
+BUILD_PACKAGES += net-snmp
+BUILD_PACKAGES += net-snmp-utils
+BUILD_PACKAGES += openssl-devel
+BUILD_PACKAGES += pango-devel
+BUILD_PACKAGES += patch
+BUILD_PACKAGES += python-devel
+BUILD_PACKAGES += readline-devel
+BUILD_PACKAGES += compat-readline5
+BUILD_PACKAGES += rpm-build
+BUILD_PACKAGES += samba-client
+BUILD_PACKAGES += libuuid-devel
+BUILD_PACKAGES += which
+BUILD_PACKAGES += perl-devel
+BUILD_PACKAGES += perl-ExtUtils-Embed
+BUILD_PACKAGES += perl-Time-HiRes
+BUILD_PACKAGES += rsync
+BUILD_PACKAGES += groff # Is needed by rrdtool docs
+OS_PACKAGES =
+OS_PACKAGES += boost-program-options
+OS_PACKAGES += curl
+OS_PACKAGES += dialog
+OS_PACKAGES += expat
+OS_PACKAGES += fping # LM: Could not find it in std sources. (Found the pkg in http://pkgs.repoforge.org/fping/)
+OS_PACKAGES += graphviz
+OS_PACKAGES += graphviz-gd # LM: Got it from http://mirror.centos.org/centos/6/os/x86_64/Packages/ - Maybe also available on DVD2
+OS_PACKAGES += httpd
+OS_PACKAGES += libevent
+OS_PACKAGES += libmcrypt # LM: Taken from http://pkgs.repoforge.org/libmcrypt/
+OS_PACKAGES += libtool-ltdl
+OS_PACKAGES += mod_fcgid # LM: Taken from http://dl.fedoraproject.org/pub/epel/6/x86_64/
+OS_PACKAGES += mysql-server
+OS_PACKAGES += net-snmp
+OS_PACKAGES += net-snmp-utils
+OS_PACKAGES += pango
+OS_PACKAGES += patch
+OS_PACKAGES += perl-Net-SNMP # LM: Taken from http://dl.fedoraproject.org/pub/epel/6/x86_64/
+OS_PACKAGES += php
+OS_PACKAGES += php-mbstring
+OS_PACKAGES += php-pdo
+OS_PACKAGES += php-gd
+OS_PACKAGES += readline
+OS_PACKAGES += rsync
+OS_PACKAGES += uuid
+OS_PACKAGES += xinetd
+USERADD_OPTIONS = -M
+ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
+PACKAGE_INSTALL = yum -y makecache ; yum -y install
+ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
+APACHE_CONF_DIR = /etc/httpd/conf.d
+APACHE_INIT = /etc/init.d/httpd
+APACHE_USER = apache
+APACHE_GROUP = apache
+APACHE_BIN = /usr/sbin/httpd
+APACHE_CTL = /usr/sbin/apachectl
+APACHE_MODULE_DIR = /usr/lib/httpd/modules
+APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
+APACHE_FCGID_MODULE = mod_fcgid.so
+PHP_FCGI_BIN = /usr/bin/php-cgi
+APACHE_ENMOD = true %s
+BECOME_ROOT = su -c
+MOUNT_OPTIONS =
More information about the omd-commits
mailing list