aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-05-19 00:43:27 +0100
committerKoen Kooi <koen@openembedded.org>2010-05-19 11:30:02 +0200
commit98ec975e54191774d896ef4f20e06c56df67f6cc (patch)
tree00c2593b5786d7d951a326424d3eba4ce309e8e3 /recipes
parent35d92bf240ffdccd6dccc085762d0a76e84bae45 (diff)
downloadopenembedded-98ec975e54191774d896ef4f20e06c56df67f6cc.tar.gz
xdotool: Add initial support for xdotool
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xdotool/xdotool_1.20100416.2809.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/xdotool/xdotool_1.20100416.2809.bb b/recipes/xdotool/xdotool_1.20100416.2809.bb
new file mode 100644
index 0000000000..97e5d4299a
--- /dev/null
+++ b/recipes/xdotool/xdotool_1.20100416.2809.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface"
+HOMEPAGE = "http://www.semicomplete.com/projects/xdotool"
+LICENSE = "GPL"
+SECTION = "x11"
+PRIORITY = "optional"
+DEPENDS = "virtual/libx11 libxtst"
+
+SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz"
+
+EXTRA_OEMAKE = "PREFIX=${prefix}"
+
+do_install() {
+ oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
+}
+
+SRC_URI[md5sum] = "1d5be641e512c343abfe5f78b39e6f19"
+SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca39894f"
+