Commit 1ccaf2d9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Cédric Le Ninivin

cleanup tcl recipe.

parent 5ba7bb23
[buildout] [buildout]
parts = tcl parts = tcl
[tcl-package] [tcl]
recipe = hexagonit.recipe.download recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/tcl/tcl8.5.13-src.tar.gz url = http://prdownloads.sourceforge.net/tcl/tcl8.5.13-src.tar.gz
md5sum = fa3a9bf9b2d6ed2431f1baa46f4058b8 md5sum = fa3a9bf9b2d6ed2431f1baa46f4058b8
strip-top-level-dir = true
[tcl]
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = cd ${tcl-package:location}/unix && configure-command = ./unix/configure
./configure --prefix=${:location} && configure-options =
make && --prefix=${:location}
make test && --with-encoding=utf-8
make install
\ No newline at end of file
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