[omd-commits] OMD Git: omd: added centos 6.1 makefile
git version control
git at mathias-kettner.de
Sat Dec 17 01:09:29 CET 2011
Module: omd
Branch: master
Commit: d2c72d955ca4944bdbf3ed392eb76cb4e77f08b9
URL: http://omdistro.org/projects/omd/repository/revisions/d2c72d955ca4944bdbf3ed392eb76cb4e77f08b9
Author: Sven Nierlein <sven at nierlein.de>
Date: Thu Dec 15 18:30:05 2011 +0100
Commiter: Sven Nierlein <sven at nierlein.de>
Date: Sat Dec 17 01:08:47 2011 +0100
added centos 6.1 makefile
---
distros/Makefile.CENTOS_6.1 | 77 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 0 deletions(-)
diff --git a/distros/Makefile.CENTOS_6.1 b/distros/Makefile.CENTOS_6.1
new file mode 100644
index 0000000..c188f9b
--- /dev/null
+++ b/distros/Makefile.CENTOS_6.1
@@ -0,0 +1,77 @@
+DISTRO_CODE = rh61
+BUILD_PACKAGES =
+BUILD_PACKAGES += boost-devel
+BUILD_PACKAGES += cairo-devel
+BUILD_PACKAGES += expat-devel
+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 # MISSING
+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
+OS_PACKAGES =
+OS_PACKAGES += boost-program-options
+OS_PACKAGES += curl
+OS_PACKAGES += dialog
+OS_PACKAGES += expat
+OS_PACKAGES += graphviz
+OS_PACKAGES += graphviz-gd
+OS_PACKAGES += httpd
+OS_PACKAGES += libevent
+OS_PACKAGES += libmcrypt
+OS_PACKAGES += libtool-ltdl
+OS_PACKAGES += mod_fcgid
+OS_PACKAGES += mysql-server
+OS_PACKAGES += net-snmp
+OS_PACKAGES += net-snmp-utils
+OS_PACKAGES += pango
+OS_PACKAGES += patch
+OS_PACKAGES += perl-Net-SNMP
+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