xdotool: Added temporaily (should be included within a more recent OE
authorMichael Mrozek <EvilDragon@openpandora.de>
Wed, 9 Feb 2011 00:43:31 +0000 (01:43 +0100)
committerMichael Mrozek <EvilDragon@openpandora.de>
Wed, 9 Feb 2011 00:43:31 +0000 (01:43 +0100)
version)

recipes/pandora-system/xdotool_1.20100416.2809.bb [new file with mode: 0644]

diff --git a/recipes/pandora-system/xdotool_1.20100416.2809.bb b/recipes/pandora-system/xdotool_1.20100416.2809.bb
new file mode 100644 (file)
index 0000000..97e5d42
--- /dev/null
@@ -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"
+