xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 17 Aug 2011 21:11:55 +0000 (23:11 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:14:29 +0000 (08:14 -0800)
(From meta-openembedded rev: 3d0b866967529a14268541b85e79cb35981e1aed)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb b/meta-openembedded/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
new file mode 100644 (file)
index 0000000..cb3f83c
--- /dev/null
@@ -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}
+}
+