Commit 9a1fd7ab authored by Jérome Perrin's avatar Jérome Perrin

shared cmmi TODO: file uses slapos.recipe.build:download-unpacked ( but it's not needed )

file depends on a slapos.recipe.build:download-unpacked part, so it
cannot be shaared.

Options:
 * update dependency, file >= 5.33 supports msooxml
 * rewrite file-msooxml as a patch
 * rewrite file-msooxml as a slapos.recipe.cmmi ( but that's too much
hackish)
parent 3d280f30
......@@ -7,6 +7,8 @@ extends =
../zlib/buildout.cfg
[file-msooxml]
# TODO: rewrite this as a patch - or better update file to >= 5.33 which have supports from msooxml
# ( https://github.com/file/file/commit/726ddc39 )
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/msooxml
md5sum = c889ad135cbfb343db36b729a3897432
......@@ -15,6 +17,7 @@ filename = msooxml
[file]
recipe = slapos.recipe.cmmi
shared = true
url = http://ftp.icm.edu.pl/packages/file/file-5.32.tar.gz
md5sum = 4f2503752ff041895090ed6435610435
configure-options =
......@@ -22,6 +25,9 @@ configure-options =
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
[file-TODO]
# TODO: re-enable this
pre-configure =
# patch for fix msooxml files detect correctly
test -f ./magic/Magdir/msooxml
......
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