gdbm.cfg 868 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1
[buildout]
2 3 4
extends =
  ../profiles/links.cfg

Łukasz Nowak's avatar
Łukasz Nowak committed
5 6 7 8 9 10 11 12 13 14 15
parts =
  gdbm

[gdbm-nochange-patch-download]
recipe = hexagonit.recipe.download
url = http://www.nexedi.org/static/patches/gdbm-Makefile.in-nochange.patch
md5sum = fafa6cae0afbf2b5afb9ef3b8e3035a4
download-only = true
filename = gdbm-Makefile.in-nochange.patch

[gdbm]
16
recipe = erp5.recipe.cmmisafe
Łukasz Nowak's avatar
Łukasz Nowak committed
17 18 19
url = ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.8.3.tar.gz
md5sum = 1d1b1d5c0245b1c00aff92da751e9aa1
patches = ${gdbm-nochange-patch-download:location}/${gdbm-nochange-patch-download:filename}
20 21 22
# install as parts/gdbm/include/gdbm/*.h etc. because some softwares
# (eg. python's dbmmodule.c extension) assume the location like this.
includedir = ${buildout:parts-directory}/gdbm/include
23
make-targets =
24
  install install-compat includedir=${:includedir}/gdbm && rm -f ${:includedir}/*.h && ln -sf gdbm/gdbm.h ${:includedir}/gdbm.h