[oe-commits] org.oe.dev guichan: a C++ game GUI library using Allegro, OpenGL, OpenLayer and/or SDL

pH5 commit openembedded-commits at lists.openembedded.org
Sat Sep 22 13:07:58 UTC 2007


guichan: a C++ game GUI library using Allegro, OpenGL, OpenLayer and/or SDL

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: bd49fc3684a87e6a9ef0e37c4a8a85090a06bd6b
ViewMTN: http://monotone.openembedded.org/revision/info/bd49fc3684a87e6a9ef0e37c4a8a85090a06bd6b
Files:
1
packages/guichan
packages/guichan/guichan_0.7.1.bb
Diffs:

#
# mt diff -rb77bbe31e8594f7d7724c20dd668f62a3ecac8f0 -rbd49fc3684a87e6a9ef0e37c4a8a85090a06bd6b
#
# 
# 
# add_dir "packages/guichan"
# 
# add_file "packages/guichan/guichan_0.7.1.bb"
#  content [272421c7ac2b2d8aa0d59bd4fd2cf8c41f2e81ef]
# 
============================================================
--- packages/guichan/guichan_0.7.1.bb	272421c7ac2b2d8aa0d59bd4fd2cf8c41f2e81ef
+++ packages/guichan/guichan_0.7.1.bb	272421c7ac2b2d8aa0d59bd4fd2cf8c41f2e81ef
@@ -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.*"






More information about the Openembedded-commits mailing list