aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guichan/guichan_0.7.1.bb
blob: 51efed1a60256cd7142b98fe878a4189b59f3da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A portable C++ GUI library designed for games using Allegro, HGE, OpenGL, OpenLayer and/or SDL."
HOMEPAGE = "http://guichan.sourceforge.net"
DEPENDS = "virtual/libsdl libsdl-image"
PR = "r1"

SRC_URI = "http://guichan.googlecode.com/files/${PN}-${PV}.tar.gz \
           file://link-against-sdlimage.patch"

inherit autotools

EXTRA_OECONF = "--disable-opengl --disable-glut --disable-allegro \
                --enable-sdlimage --enable-sdl"

PACKAGES =+ "libguichan libguichan-sdl"

FILES_libguichan = "${libdir}/libguichan.so.*"
FILES_libguichan-sdl = "${libdir}/libguichan_sdl.so.*"

SRC_URI[md5sum] = "275c5bad231d2ce55e654d80cb1e05be"
SRC_URI[sha256sum] = "7f017522d0c3235f2399f8b615493f3880fbe10a54dfa377f638016ede715a2a"