Commit 7215c888 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

as explicitly written in http://www.sqlite.org/download.html, we should not...

as explicitly written in http://www.sqlite.org/download.html, we should not use sqlite-3.7.3.tar.gz but should use sqlite-amalgamation-3.7.3.tar.gz, and we don't need tcl to compile it.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40330 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1292cc76
[buildout]
extends =
../profiles/links.cfg
../software-profiles/tcl.cfg
parts =
sqlite3
[sqlite3]
recipe = erp5.recipe.cmmisafe
url = http://www.sqlite.org/sqlite-3.7.3.tar.gz
md5sum = 5437978aae90350cf984993091e0d695
url = http://www.sqlite.org/sqlite-amalgamation-3.7.3.tar.gz
md5sum = 74fe78b264f1c434c4b159d45b78e9b7
configure-options =
--disable-readline
environment =
PATH=${tcl:location}/bin:%(PATH)s
CFLAGS=-I${tcl:location}/include
LDFLAGS=-L${tcl:location}/lib
[buildout]
extends =
../profiles/links.cfg
parts =
tcl
[tcl-hooks-download]
filename = tcl-hooks.py
recipe = hexagonit.recipe.download
download-only = true
md5sum = b593cc4813dc4e755013b5fcff9dc5a3
url = http://www.nexedi.org/static/buildout-hooks/tcl-hooks.py-r39842
[tcl]
recipe = erp5.recipe.cmmisafe
url = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.5.9-src.tar.gz
md5sum = 8512d8db3233041dd68a81476906012a
hook = ${tcl-hooks-download:location}/${tcl-hooks-download:filename}
pre-configure-hook = ${:hook}:pre_configure_hook
post-make-hook = ${:hook}:post_make_hook
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment