[buildout]
parts = haproxy
[haproxy]
recipe = erp5.recipe.softwareinstance
url = http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.6.tar.gz
# source-directory-contains is a hack for zc.recipe.cmmi
source-directory-contains = Makefile
run-configure = false
# XXX-Luke: autodetection shall be provided by erp5.recipe.softwareinstance
# with possible overriding customisation
# linux26 might be better target, but on this level portability is a must
make-options = TARGET=generic
make-install-options = TARGET=generic
make-install-destination-parameter = PREFIX=
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36160 20353a03-c40f-0410-a6d1-a30d3c3de9de
8e5f2793