guichan: a C++ game GUI library using Allegro, OpenGL, OpenLayer and/or SDL
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 22 Sep 2007 12:12:52 +0000 (12:12 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sat, 22 Sep 2007 12:12:52 +0000 (12:12 +0000)
packages/guichan/.mtn2git_empty [new file with mode: 0644]
packages/guichan/guichan_0.7.1.bb [new file with mode: 0644]

diff --git a/packages/guichan/.mtn2git_empty b/packages/guichan/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/guichan/guichan_0.7.1.bb b/packages/guichan/guichan_0.7.1.bb
new file mode 100644 (file)
index 0000000..280044a
--- /dev/null
@@ -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.*"