diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-07 10:04:04 +0000 |
commit | 38a94e6cb8f772f29ebf8e25e1fe5cb34711d324 (patch) | |
tree | c2a8332a723fed2ff05fb095f73e03c4b2b26818 /packages/gpephone/xoo-vm_0.7-20070204.bb | |
parent | 4fcd37c8af2c23d84fab538eb08d2b14134af8cc (diff) |
gpephone: add recipes from http://linuxtogo.org/~florian/gpepe/
* They still need to be run through oe-stylize.py
* things like linphone need to get merged with their original counterparts in OE
Diffstat (limited to 'packages/gpephone/xoo-vm_0.7-20070204.bb')
-rw-r--r-- | packages/gpephone/xoo-vm_0.7-20070204.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/gpephone/xoo-vm_0.7-20070204.bb b/packages/gpephone/xoo-vm_0.7-20070204.bb new file mode 100644 index 0000000000..b927269db2 --- /dev/null +++ b/packages/gpephone/xoo-vm_0.7-20070204.bb @@ -0,0 +1,16 @@ +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 = "r2" + +SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=Xoo;proto=http \ + file://gpephone-vm.patch;patch=1;pnum=0" + +S = "${WORKDIR}/Xoo" + +inherit autotools |