buildout.cfg 2.05 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
[buildout]
parts = apache-php

extends = 
  ../apache/buildout.cfg

[apache-php]
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://fr2.php.net/get/php-5.3.6.tar.bz2/from/this/mirror
md5sum = 2286f5a82a6e8397955a0025c1c2ad98
12 13 14
configure-options =
  --with-apxs2=${apache:location}/bin/apxs
  --with-libxml-dir=${libxml2:location}
15
  --with-mysql=${mariadb:location}
16 17 18
  --with-zlib-dir=${zlib:location}
  --with-mcrypt=${libmcrypt:location}
  --enable-mbstring
19
  --enable-session
20
  --disable-all
21 22 23 24

environment =
  PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
  PATH=${libxml2:location}/bin:%(PATH)s
25
  LDFLAGS =-L${libtool:location}/lib -Wl,-rpath -Wl,${libtool:location}/lib -L${mariadb:location}/lib -Wl,-rpath -Wl,${mariadb:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libmcrypt:location}/lib -Wl,-rpath -Wl,${libmcrypt:location}/lib
26

27
[apache-php-xmlrpc-gd]
28 29 30 31
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://fr2.php.net/get/php-5.3.6.tar.bz2/from/this/mirror
md5sum = 2286f5a82a6e8397955a0025c1c2ad98
32 33 34 35 36 37 38 39
configure-options =
  --with-apxs2=${apache:location}/bin/apxs
  --with-libxml-dir=${libxml2:location}
  --with-gd
  --with-zlib-dir=${zlib:location}
  --with-mcrypt=${libmcrypt:location}
  --with-xmlrpc=${xml-rpc:location}
  --enable-mbstring
40 41
  --enable-session
  --disable-all
42 43 44 45

environment =
  PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig
  PATH=${libxml2:location}/bin:%(PATH)s
46
  LDFLAGS =-L${xml-rpc:location}/lib -Wl,-rpath -Wl,${xml-rpc:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${libmcrypt:location}/lib -Wl,-rpath -Wl,${libmcrypt:location}/lib
47

48

49 50 51 52 53 54 55
[libmcrypt]
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.bz2/download
md5sum = c4f491dd411a09e9de3b8702ea6f73eb

[xml-rpc]
recipe = hexagonit.recipe.cmmi
56
url = http://downloads.sourceforge.net/project/phpxmlrpc/phpxmlrpc/2.2.2/xmlrpc-2.2.2.tar.gz
57
md5sum = 59a644c636c6d98267d0c99b406ae9e8