| 1 |
[buildout]
|
| 2 |
parts = flare
|
| 3 |
|
| 4 |
[flare-daemonize-timing]
|
| 5 |
recipe = hexagonit.recipe.download
|
| 6 |
filename = flare-1.0.8-daemonize-timing.patch
|
| 7 |
url = http://www.nexedi.org/static/patches/flare-1.0.8-daemonize-timing.patch
|
| 8 |
download-only=true
|
| 9 |
|
| 10 |
[flare]
|
| 11 |
recipe = hexagonit.recipe.cmmi
|
| 12 |
url = http://labs.gree.jp/data/source/flare-1.0.9.tgz
|
| 13 |
patch-options = -p1
|
| 14 |
patches =
|
| 15 |
${flare-daemonize-timing:location}/${flare-daemonize-timing:filename}
|
| 16 |
configure-options =
|
| 17 |
--with-tokyocabinet=${tokyocabinet:location}
|
| 18 |
environment =
|
| 19 |
LDFLAGS =-Wl,-rpath=${tokyocabinet:location}/lib
|