buildout.cfg 439 Bytes
Newer Older
1 2 3 4 5
[buildout]
parts =
  bzip2

[bzip2]
6
recipe = slapos.recipe.cmmi
7 8 9 10 11 12
url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
configure-command = true
make-options =
  PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
  CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"
13
post-make-hook =  ${:_profile_base_location_}/bzip2-hooks.py#066c8355b7d726f30176ea5b6a35e1a2:post_make_hook