buildout.cfg 838 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
# libc-client - UW IMAP server
# ftp://ftp.cac.washington.edu/imap/

[buildout]
extends =
  ../openssl/buildout.cfg

parts =
  cclient-patch
  cclient

[cclient-patch]
13 14
recipe = hexagonit.recipe.download
download-only = true
15
url = ${:_profile_base_location_}/imap-2007f.patch
16
md5sum = 42c77fdd5d7a976fc302b93aadb3da98
17 18 19 20 21
filename = imap-2007f.patch

[cclient]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.gz
22
md5sum = 2126fd125ea26b73b20f01fcd5940369
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
configure-command = true
# cclient does not support parallel compilation
make-options = 
  slx
  SSLTYPE=unix
  SSLDIR=${openssl:location}
  SSLCRYPTO=-lcrypto
  IP=6
  SSLLIB=${openssl:location}/lib
  EXTRACFLAGS=-fPIC
  CCLIENT=${buildout:parts-directory}
  -j1

patches = 
  ${cclient-patch:location}/${cclient-patch:filename}

patch-options = -p1