summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
committerCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
commit4ee358534793381d2e87b01781079a3354fd5c1c (patch)
tree729f8b0ce4bdbcd8a16f561fb68da0d66c3a3eb8 /recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb
parentbeb17e26ee9b4bc0cf334c3b30560c6eb66b1299 (diff)
parenteda06ec3dde6169a46797f876a82499c4fff8f62 (diff)
downloadopenembedded-testing_2010-09-13.tar.gz
Merge branch 'org.openembedded.dev' into testing-nexttesting_2010-09-13
Diffstat (limited to 'recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb')
-rw-r--r--recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb b/recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb
new file mode 100644
index 0000000000..3983ea1aef
--- /dev/null
+++ b/recipes/obsolete/gpephone/xoo-vm_0.7-20070204.bb
@@ -0,0 +1,18 @@
+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 gtk+ libglade"
+SRCDATE = 20070204
+PV = "0.7+svn${SRCDATE}"
+PR = "r3"
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=Xoo;proto=http \
+ file://gpephone-vm.patch;striplevel=0"
+
+S = "${WORKDIR}/Xoo"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}/xoo"