1 # Contributor: Andreas Baumann <abaumann@yahoo.com>
6 pkgdesc="A tool to move the mouse of X in shell scripts."
8 url="http://hocwp.free.fr/movemouse.html"
11 source=(http://hocwp.free.fr/$pkgname.tar.gz)
12 md5sums=('028b70b4a2adfcc1ee00468bbda5a8ab')
17 install -d 755 $pkgdir/usr/bin || return 1
18 make DEST=$pkgdir/usr/bin install || return 1