/[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 43068 - (show annotations)
Fri Feb 4 17:30:40 2011 UTC (2 years, 3 months ago) by luke
File size: 651 byte(s)
 - do not extend outside of own directory when not needed
 - mark places with wrong extends
1 [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-r40619
8 md5sum = 066c8355b7d726f30176ea5b6a35e1a2
9 download-only = true
10 filename = bzip2-hooks.py
11
12 [bzip2]
13 recipe = hexagonit.recipe.cmmi
14 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