This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
executable file
·54 lines (53 loc) · 2.03 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
################################################################################
# MINITAGE LIBRARY PROJECT BUILDOUT
################################################################################
[buildout]
extensions=buildout.minitagificator
parts =
part
versions = versions
eggs-directory=../../eggs/cache
develop-eggs-directory=../../eggs/develop-eggs
[versions]
[libsdl]
location=${buildout:directory}/../../dependencies/libsdl-1.2/parts/part
[freetype]
location=${buildout:directory}/../../dependencies/freetype-2/parts/part
[part]
recipe = minitage.recipe.cmmi
url =http://www.antigrain.com/agg-2.5.tar.gz
md5sum = 0229a488bc47be10a2fee6cf0b2febd6
gmake=True
make-binary-darwin=make
configure-options=--without-x --with-sdl-prefix=${libsdl:location} --disable-examples
includes=
${freetype:location}/include/freetype2
${libsdl:location}/include/SDL
patches-cygwin=
${buildout:directory}/2.5-agg_main.patch
${buildout:directory}/2.5-no-undefined.patch
# from https://cygwin-ports.svn.sourceforge.net/svnroot/cygwin-ports/ports/trunk/graphics/agg
patch-options=-Np2
patches=${buildout:directory}/reconfigured.patch
pre-configure-hook=${buildout:directory}/hooks/libtool.py:ch
configure-options-darwin=--enable-platform=no --enable-ctrl=no
environment=
ACLOCAL_PATH=${libsdl:location}/share/aclocal
# to regenerate autotools and generate reconfigured.patch from a well configured toolchain
[reconfigure]
recipe = minitage.recipe.cmmi
url =http://www.antigrain.com/agg-2.5.tar.gz
md5sum = 0229a488bc47be10a2fee6cf0b2febd6
gmake=True
make-binary-darwin=make
pre-configure-hook=${buildout:directory}/hooks/libtool.py:lt
configure=autogen.sh
configure-options=--without-x --with-sdl-prefix=${libsdl:location} --disable-examples
includes=
${freetype:location}/include/freetype2
${libsdl:location}/include/SDL
patches-cygwin=
${buildout:directory}/2.5-agg_main.patch
${buildout:directory}/2.5-no-undefined.patch
# from https://cygwin-ports.svn.sourceforge.net/svnroot/cygwin-ports/ports/trunk/graphics/agg
patch-options=-Np2