add xoo, a GTK2 based graphical wrapper around a windowed X Server. It is intended...
authorMichael Lauer <mickey@vanille-media.de>
Mon, 16 Oct 2006 15:01:01 +0000 (15:01 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 16 Oct 2006 15:01:01 +0000 (15:01 +0000)
device (with an accurate display size, working hardware buttons, etc) on a desktop machine.

packages/xoo/.mtn2git_empty [new file with mode: 0644]
packages/xoo/xoo_svn.bb [new file with mode: 0644]

diff --git a/packages/xoo/.mtn2git_empty b/packages/xoo/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/xoo/xoo_svn.bb b/packages/xoo/xoo_svn.bb
new file mode 100644 (file)
index 0000000..dedab26
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Xoo is a GTK2 based graphical wrapper around a windowed X Server. \
+It is intended for embedded developers that want to simulate a target device \
+(with an accurate display size, working hardware buttons, etc) on a desktop machine."
+HOMEPAGE = "http://projects.o-hand.com/xoo"
+LICENSE = "GPL"
+DEPENDS = "virtual/libx11 libxtst"
+PV = "0.7+svn${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=Xoo;proto=http"
+S = "${WORKDIR}/Xoo"
+
+inherit autotools