/[public]/erp5/trunk/buildout/software-profiles/bzip2.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/bzip2.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40978 - (hide annotations)
Wed Dec 1 15:20:48 2010 UTC (2 years, 5 months ago) by luke
File size: 686 byte(s)
 - there is no need to use erp5.recipe.cmmisafe as slapos.rebootstrap >= 2.0
   is not suffering from problem of python or python dependencies was removed
1 luke 39834 [buildout]
2 luke 39983 extends =
3     ../profiles/links.cfg
4    
5 luke 39834 parts =
6     bzip2
7    
8     [bzip2-hooks-download]
9     recipe = hexagonit.recipe.download
10 luke 40621 url = http://www.nexedi.org/static/buildout-hooks/bzip2-hooks.py-r40619
11     md5sum = 066c8355b7d726f30176ea5b6a35e1a2
12 luke 39834 download-only = true
13     filename = bzip2-hooks.py
14    
15     [bzip2]
16 luke 40978 recipe = hexagonit.recipe.cmmi
17 luke 39834 url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
18     md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
19     configure-command = true
20     make-options =
21     PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
22     CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"
23     post-make-hook = ${bzip2-hooks-download:location}/${bzip2-hooks-download:filename}:post_make_hook

  ViewVC Help
Powered by ViewVC 1.1.2