/[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 39983 - (show annotations)
Fri Nov 5 17:07:07 2010 UTC (2 years, 6 months ago) by luke
File size: 685 byte(s)
 - extends links whenever erp5.recipe.cmmisafe is used
1 [buildout]
2 extends =
3 ../profiles/links.cfg
4
5 parts =
6 bzip2
7
8 [bzip2-hooks-download]
9 recipe = hexagonit.recipe.download
10 url = http://www.nexedi.org/static/buildout-hooks/bzip2-hooks.py-r39833
11 md5sum = f1be0cfb38dac3699283cf43a58617c0
12 download-only = true
13 filename = bzip2-hooks.py
14
15 [bzip2]
16 recipe = erp5.recipe.cmmisafe
17 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