buildout.cfg 711 Bytes
Newer Older
1 2 3
[buildout]
parts =
  aspell
4
  aspell-en-dictonary
5 6 7 8

extends = 
  ../ncurses/buildout.cfg

9 10 11 12 13 14 15
[aspell-common-dictionary]
location = ${buildout:parts-directory}/${:_buildout_section_name_}
recipe = plone.recipe.command
command = mkdir -p ${:location}
update-command = ${:command}
stop-on-error = yes

16
[aspell]
17
recipe = slapos.recipe.cmmi
18 19
url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
md5sum = e66a9c9af6a60dc46134fdacf6ce97d7
20 21

[aspell-en-dictionary]
22
recipe = slapos.recipe.cmmi
23 24 25
url = ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
md5sum = beba5e8f3afd3ed1644653bb685b2dfb
configure-command = ./configure --vars ASPELL=${aspell:location}/bin/aspell PREZIP=${aspell:location}/bin/prezip-bin