Commit 8919378d authored by Łukasz Nowak's avatar Łukasz Nowak

Fix examples.

parent 3bad2372
...@@ -19,7 +19,7 @@ Example buildout:: ...@@ -19,7 +19,7 @@ Example buildout::
[zlib] [zlib]
# Use standard configure, make, make install way # Use standard configure, make, make install way
recipe = slapos.cookbook:build recipe = slapos.recipe.build:cmmi
url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download
md5sum = c735eab2d659a96e5a594c9e8541ad63 md5sum = c735eab2d659a96e5a594c9e8541ad63
slapos_promisee = slapos_promisee =
...@@ -39,7 +39,7 @@ Example buildout:: ...@@ -39,7 +39,7 @@ Example buildout::
file:share/man/man3/zlib.3 file:share/man/man3/zlib.3
[file] [file]
recipe = slapos.cookbook:buildcmmi recipe = slapos.recipe.build:cmmi
url = ftp://ftp.astron.com/pub/file/file-5.04.tar.gz url = ftp://ftp.astron.com/pub/file/file-5.04.tar.gz
md5sum = accade81ff1cc774904b47c72c8aeea0 md5sum = accade81ff1cc774904b47c72c8aeea0
environment = environment =
...@@ -70,7 +70,7 @@ Example buildout:: ...@@ -70,7 +70,7 @@ Example buildout::
[somethingelse] [somethingelse]
# default way with using script # default way with using script
recipe = slapos.cookbook:build recipe = slapos.recipe.build
url_0 = http://host/path/file.tar.gz url_0 = http://host/path/file.tar.gz
md5sum = 9631070eac74f92a812d4785a84d1b4e md5sum = 9631070eac74f92a812d4785a84d1b4e
script = script =
...@@ -81,7 +81,7 @@ Example buildout:: ...@@ -81,7 +81,7 @@ Example buildout::
execute('make install DEST=%(location)s') execute('make install DEST=%(location)s')
slapos_promisee = slapos_promisee =
... ...
[multiarchitecture] [multiarchitecture]
recipe = slapos.recipe.build recipe = slapos.recipe.build
slapos_promisee = slapos_promisee =
......
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