diff --git a/component/cryptopp/buildout.cfg b/component/cryptopp/buildout.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..59522ba6d40fd53783e82df6a59a28dd08d11bca
--- /dev/null
+++ b/component/cryptopp/buildout.cfg
@@ -0,0 +1,19 @@
+[buildout]
+parts =
+  cryptopp
+
+[cryptopp]
+recipe = slapos.recipe.cmmi
+location = ${buildout:parts-directory}/${:_buildout_section_name_}
+url = https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_3.tar.gz
+md5sum = 5bad00942de603ba6dd191d84eac2509
+configure-command = true
+make-options = PREFIX=${:location}
+make-targets = static shared install
+
+[cryptopp-5]
+<= cryptopp
+[cryptopp-5.6]
+<= cryptopp-5
+[cryptopp-5.6.3]
+<= cryptopp-5.6