xdotool lets you simulate keyboard input and mouse activity, move and
resize windows, etc. It does this using X11's XTEST extension and other
Xlib functions. http://www.semicomplete.com/projects/xdotool/#idp9392
Builds on uclibc & musl
---
testing/xdotool/APKBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 testing/xdotool/APKBUILD
This license does not look like a valid open source license :)
Package failed to build also (missing perl in makedepends?)
> >> xdotool: Unpacking /var/cache/distfiles/xdotool-2.20110530.1.tar.gz...
pod2man -c "" -r "" xdotool.pod > xdotool.1
/bin/sh: pod2man: not found
Makefile:148: recipe for target 'xdotool.1' failed
make: *** [xdotool.1] Error 127
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
+depends=""+depends_dev="libx11-dev libxtst-dev libxinerama-dev"+makedepends="$depends_dev"+source="http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz"++_builddir="$srcdir"/$pkgname-$pkgver+prepare() {+ local i+ cd "$_builddir"+ for i in $source; do+ case $i in+ *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;+ esac+ done+}++build() {+ cd "$_builddir"+ export "PREFIX=/usr"+ make+}++package() {+ cd "$_builddir"+ make DESTDIR=$pkgdir install || return 1+}++md5sums="62d0c2158bbaf882a1cf580421437b2f xdotool-2.20110530.1.tar.gz"+sha256sums="e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67 xdotool-2.20110530.1.tar.gz"+sha512sums="0b2f71203c41e320aac152e1376b30bb9f5ea2067572299ad4c32f49b2505566275f0b377b4f443c3520751d71a9b270325cd676e63ee2a153de3213e128f2cb xdotool-2.20110530.1.tar.gz"
--
1.9.1
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---