summaryrefslogtreecommitdiffstats
path: root/package/cegui06/cegui06.mk
blob: d44b8c4c09efe768cbde7a22a6df93c591a052c8 (plain)
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
################################################################################
#
# libcegui
#
################################################################################

# Do not update the version, we need exactly that one for Spice.
CEGUI06_VERSION_MAJOR   = 0.6.2
CEGUI06_VERSION         = $(CEGUI06_VERSION_MAJOR)b
CEGUI06_SOURCE          = CEGUI-$(CEGUI06_VERSION).tar.gz
CEGUI06_SITE            = http://downloads.sourceforge.net/project/crayzedsgui/CEGUI%20Mk-2/$(CEGUI06_VERSION_MAJOR)
CEGUI06_LICENSE         = MIT
CEGUI06_LICENSE_FILES   = COPYING
CEGUI06_INSTALL_STAGING = YES

CEGUI06_DEPENDENCIES    =       \
    expat                       \
    freetype                    \
    pcre                        \

CEGUI06_CONF_OPT =              \
    --enable-expat              \
    --disable-external-tinyxml  \
    --disable-xerces-c          \
    --disable-libxml            \
    --disable-tinyxml           \
    --disable-opengl-renderer   \
    --disable-external-glew     \
    --disable-irrlicht-renderer \
    --disable-directfb-renderer \
    --disable-samples           \
    --disable-lua-module        \
    --disable-toluacegui        \
    --disable-external-toluapp  \

$(eval $(autotools-package))