buildout.cfg 1.3 KB
Newer Older
1 2 3 4 5
# mroonga - a MySQL storage engine using full-text search engine groonga
# http://mroonga.github.com/
# http://groonga.org/

[buildout]
6 7
extends =
  ../autoconf/buildout.cfg
8 9 10 11
  ../automake/buildout.cfg
  ../glib/buildout.cfg
  ../libtool/buildout.cfg
  ../pkgconfig/buildout.cfg
12 13 14
parts =
  groonga

15 16 17 18 19 20 21
[groonga-1.2.8-configure-Wno-cflags-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = b48ac46c7de0ed4c0e632e06118b8a58
filename = groonga-1.2.8-configure-Wno-cflags.patch
download-only = true

22 23
[groonga]
recipe = hexagonit.recipe.cmmi
24 25
url = http://packages.groonga.org/source/groonga/groonga-1.2.8.tar.gz
md5sum = a319b1f3a55cbf250ef5255f5c51ff46
26 27 28 29
patch-options = -p0
patches =
  ${groonga-1.2.8-configure-Wno-cflags-patch:location}/${groonga-1.2.8-configure-Wno-cflags-patch:filename}
environment =
30
  PATH =${autoconf:location}/bin:${automake-1.11:location}/bin:${libtool:location}/bin:%(PATH)s
31
configure-command =
32 33 34 35
  aclocal -I ${glib:location}/share/aclocal -I ${libtool:location}/share/aclocal -I ${pkgconfig:location}/share/aclocal -I .
  libtoolize -c -f
  autoheader
  automake -c -a -f
36 37
  autoconf
  ./configure
38
configure-options =
39
  --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
40 41
  --disable-static
  --disable-glibtest
42
  --disable-benchmark
43
  --without-mecab