/[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 39854 - (hide annotations)
Wed Nov 3 16:49:35 2010 UTC (2 years, 6 months ago) by luke
File size: 650 byte(s)
 - all parts used to compile python shall use erp5.recipe.cmmi safe
   wrapper to be safe to use with slapos.rebootstrap
1 luke 39834 [buildout]
2     parts =
3     bzip2
4    
5     [bzip2-hooks-download]
6     recipe = hexagonit.recipe.download
7     url = http://www.nexedi.org/static/buildout-hooks/bzip2-hooks.py-r39833
8     md5sum = f1be0cfb38dac3699283cf43a58617c0
9     download-only = true
10     filename = bzip2-hooks.py
11    
12     [bzip2]
13 luke 39854 recipe = erp5.recipe.cmmisafe
14 luke 39834 url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
15     md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
16     configure-command = true
17     make-options =
18     PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
19     CFLAGS="-fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64"
20     post-make-hook = ${bzip2-hooks-download:location}/${bzip2-hooks-download:filename}:post_make_hook

  ViewVC Help
Powered by ViewVC 1.1.2