diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-22 12:12:52 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-22 12:12:52 +0000 |
commit | 9e6351a4cbb83a63341705a3da0341f587816024 (patch) | |
tree | d70f61e6de5bcc77df7b66a4a76961812528a96a /packages/guichan/guichan_0.7.1.bb | |
parent | b988b64bb97009c78f9951f8d03114e5a428a24d (diff) |
guichan: a C++ game GUI library using Allegro, OpenGL, OpenLayer and/or SDL
Diffstat (limited to 'packages/guichan/guichan_0.7.1.bb')
-rw-r--r-- | packages/guichan/guichan_0.7.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/guichan/guichan_0.7.1.bb b/packages/guichan/guichan_0.7.1.bb new file mode 100644 index 0000000000..280044ae4a --- /dev/null +++ b/packages/guichan/guichan_0.7.1.bb @@ -0,0 +1,15 @@ +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" + +SRC_URI = "http://guichan.googlecode.com/files/guichan-0.7.1.tar.gz" + +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.*" |