Commit 61bbaa49 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx component/cryptopp: use version

parent 0bb44bc1
...@@ -4,16 +4,17 @@ parts = ...@@ -4,16 +4,17 @@ parts =
[cryptopp] [cryptopp]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 5.6.3
url = https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_3.tar.gz url = https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_3.tar.gz
md5sum = 5bad00942de603ba6dd191d84eac2509 md5sum = 5bad00942de603ba6dd191d84eac2509
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/cryptopp-${:version}
configure-command = true configure-command = true
make-options = PREFIX=${:location} make-options = PREFIX=${:location}
make-targets = static shared install make-targets = static shared install
[cryptopp-5] [cryptopp-5]
<= cryptopp <= cryptopp
[cryptopp-5-6] [cryptopp-5.6]
<= cryptopp-5 <= cryptopp-5
[cryptopp-5-6-3] [cryptopp-5.6.3]
<= cryptopp-5-6 <= cryptopp-5.6
...@@ -11,7 +11,7 @@ parts += ...@@ -11,7 +11,7 @@ parts +=
onlyoffice-core onlyoffice-core
[onlyoffice-core] [onlyoffice-core]
dummy = ${pole:location}:${icu4c-55-1:location}:${cryptopp-5-6-3:location} dummy = ${pole:location}:${icu4c-55-1:location}:${cryptopp-5.6:location}
# XXX please, put the third party component in slapos ! # XXX please, put the third party component in slapos !
# boost, cef, icu, v8 and pole (is there others ??? XXX TRISTAN XXX) # boost, cef, icu, v8 and pole (is there others ??? XXX TRISTAN XXX)
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
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