summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xdotool
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-graphics/xdotool
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xdotool')
-rw-r--r--meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb19
1 files changed, 19 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 000000000..e71846509
--- /dev/null
+++ b/meta-oe/recipes-graphics/xdotool/xdotool_1.20100416.2809.bb
@@ -0,0 +1,19 @@
1SUMMARY = "xdotool - command-line X11 automation tool - utilising X11 XTEST interface"
2HOMEPAGE = "http://www.semicomplete.com/projects/xdotool"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2f9cbf7e9401cec8a38666a08851ce6b"
5SECTION = "x11"
6DEPENDS = "virtual/libx11 libxtst"
7
8PR = "r1"
9
10SRC_URI = "http://semicomplete.googlecode.com/files/xdotool-${PV}.tar.gz"
11SRC_URI[md5sum] = "1d5be641e512c343abfe5f78b39e6f19"
12SRC_URI[sha256sum] = "42d7271fbc796e53db71bb221f311b9ff3c51d90a71c9487a9bd3101ca39894f"
13
14EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLMAN=${mandir}"
15
16do_install() {
17 oe_runmake -e install DESTDIR=${D} PREFIX=${prefix}
18}
19