aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-17 23:11:55 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-17 23:11:55 +0200
commit3d0b866967529a14268541b85e79cb35981e1aed (patch)
tree2520136f8541e1fe90e76687e6adb6a6fe44e92d /meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
parent888e2b64b61a00bc94e0c57f1c08153b6c54753c (diff)
downloadmeta-openembedded-contrib-3d0b866967529a14268541b85e79cb35981e1aed.tar.gz
xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb')
-rw-r--r--meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
new file mode 100644
index 0000000000..cb3f83cecd
--- /dev/null
+++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface"
+HOMEPAGE = "http://www.semicomplete.com/projects/xdotool"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2f9cbf7e9401cec8a38666a08851ce6b"
+SECTION = "x11"
+DEPENDS = "virtual/libx11 libxtst"
+
+SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz"
+SRC_URI[md5sum] = "1d5be641e512c343abfe5f78b39e6f19"
+SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca39894f"
+
+EXTRA_OEMAKE = "PREFIX=${prefix}"
+
+do_install() {
+ oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
+}
+