Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created April 8, 2010 21:43
Show Gist options
  • Select an option

  • Save whitmo/360580 to your computer and use it in GitHub Desktop.

Select an option

Save whitmo/360580 to your computer and use it in GitHub Desktop.
[apache]
url = http://apache.osuosl.org/httpd/httpd-2.2.15.tar.bz2
check = bin/apachectl
mpm = worker
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--with-port=%(port)s
--with-mpm=%(mpm)s
--enable-rewrite=shared
--enable-deflate=shared
--enable-info=shared
--enable-http
--enable-speling=shared
--disable-userdir
--enable-proxy-http=shared
--enable-proxy=shared
--enable-proxy-connect=shared
--enable-proxy-balancer=shared
--enable-ssl=shared
--enable-log-forensic=shared
--enable-cache=shared
--enable-mem-cache=shared
--disable-cgi
--disable-cgid
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--libexecdir=%(env)s/etc/httpd/modules
--sysconfdir=%(env)s/etc/httpd
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var/www
--datarootdir=%(env)s/var/www
--infodir=%(env)s/share/httpd-info
--localedir=%(env)s/var/www/locale
--mandir=%(env)s/share/http-man
--docdir=%(env)s/share/httpd-doc
--htmldir=%(env)s/share/httpd-doc
--enable-authn-alias=shared
--enable-mods-shared=most
[php]
url = http://us.php.net/distributions/php-5.3.2.tar.gz
check = etc/httpd/modules/libphp5.so
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--disable-static
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--libexecdir=%(env)s/etc/httpd/modules
--sysconfdir=%(env)s/etc/httpd
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var/www
--infodir=%(env)s/share/php-info
--mandir=%(env)s/share/php-man
--with-apxs2=%(env)s/bin/apxs
--with-config-file-path=%(env)s/php.ini
--enable-mbstring
--enable-sockets
#--with-gettext
#--with-iconv-dir=%(env)s
--without-iconv
--with-curl
--enable-soap
--with-libxml-dir=%(env)s
--with-pgsql=shared,%(env)s
--with-openssl
--enable-exif
[iconv]
url = http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
check = %(env)s/lib/libiconv.la
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--libexecdir=%(env)s/etc/iconv-exec
--sysconfdir=%(env)s/etc
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var
--datarootdir=%(env)s/var
--infodir=%(env)s/share/iconv-info
--mandir=%(env)s/share/iconv-man
--docdir=%(env)s/share/iconv-doc
[python]
[libxml]
url = http://xmlsoft.org/sources/libxml2-2.7.6.tar.gz
check = %(env)s/lib/libxml2.a
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--with-http
--with-python=no
--libexecdir=%(env)s/etc/xml-exec
--sysconfdir=%(env)s/etc
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var
--datarootdir=%(env)s/var
--infodir=%(env)s/share/libxml-info
--mandir=%(env)s/share/libxml-man
--docdir=%(env)s/share/libxml-doc
--with-iconv=%(env)s
[libxslt]
url = wget http://xmlsoft.org/sources/libxslt-1.1.26.tar.gz
check = %(env)s/lib/libxslt2.a
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--libexecdir=%(env)s/etc/xml-exec
--sysconfdir=%(env)s/etc
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var
--datarootdir=%(env)s/var
--infodir=%(env)s/share/libxslt-info
--mandir=%(env)s/share/libxslt-man
--docdir=%(env)s/share/libxslt-doc
--with-libxml-prefix=%(env)s
--with-python=no
[modwsgi]
#url = http://mirror.aarnet.edu.au/debian/pool/main/m/mod-wsgi/mod-wsgi_3.1.orig.tar.gz
url = http://modwsgi.googlecode.com/files/mod_wsgi-3.1.tar.gz
check = etc/httpd/modules/mod_wsgi.so
options =
--with-python=python2.6
--prefix=%(env)s
--exec-prefix=%(env)s
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--libexecdir=%(env)s/etc/httpd/modules
--sysconfdir=%(env)s/etc/httpd
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datarootdir=%(env)s/var/www
--datadir=%(env)s/var/www
--infodir=%(env)s/share/httpd-info
--localedir=%(env)s/var/www/locale
--mandir=%(env)s/share/http-man
--docdir=%(env)s/share/httpd-doc
--htmldir=%(env)s/share/httpd-doc
[postgres]
url = http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.4.2/postgresql-8.4.2.tar.bz2
check = %(env)s/lib/libpq.a
options =
--prefix=%(env)s
--exec-prefix=%(env)s
--with-python
--with-bonjour
--enable-thread-safety
--with-pgport=5432
--bindir=%(env)s/bin
--sbindir=%(env)s/bin
--sysconfdir=%(env)s/etc
--localstatedir=%(env)s/var
--libdir=%(env)s/lib
--includedir=%(env)s/include
--datadir=%(env)s/var/
--datarootdir=%(env)s/var/
--infodir=%(env)s/share/pg-info
--localedir=%(env)s/var/www/locale
--mandir=%(env)s/share/pg-man
--docdir=%(env)s/share/pg-doc
--htmldir=%(env)s/share/pg-doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment