[buildout] parts = jbigkit [jbigkit-hooks] recipe = hexagonit.recipe.download download-only = true url = ${:_profile_base_location_}/${:filename} md5sum = f1edb4ddd212d2d100d7ea8b2e42d21f filename = jbigkit-hooks.py [jbigkit-build-patch] recipe = hexagonit.recipe.download # Patched thanks to Gentoo developers: # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/jbigkit/files/jbigkit-2.0-build.patch?revision=1.1 url = ${:_profile_base_location_}/${:filename} download-only = true filename = jbigkit-2.0-build.patch md5sum = e974958e9331735c07478e9c2dde8795 [jbigkit] recipe = slapos.recipe.cmmi url = http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-2.0.tar.gz md5sum = 3dd87f605abb1a97a22dc79d8b3e8f6c patch-options = -p1 patches = ${jbigkit-build-patch:location}/${jbigkit-build-patch:filename} configure-command = true make-targets = lib pbm post-make-hook = ${jbigkit-hooks:location}/${jbigkit-hooks:filename}:post_make_hook