updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / mvmouse / PKGBUILD
blobcc281e8a92e5d50be8ebae034f4bcb8834ccf233
1 # Contributor: Andreas Baumann <abaumann@yahoo.com>
3 pkgname=mvmouse
4 pkgver=latest
5 pkgrel=1
6 pkgdesc="A tool to move the mouse of X in shell scripts."
7 arch=('i686' 'x86_64')
8 url="http://hocwp.free.fr/movemouse.html"
9 license="GPL"
10 depends=()
11 source=(http://hocwp.free.fr/$pkgname.tar.gz)
12 md5sums=('028b70b4a2adfcc1ee00468bbda5a8ab')
14 build() {
15   cd $srcdir/$pkgname
16   make || return 1
17   install -d 755 $pkgdir/usr/bin || return 1
18   make DEST=$pkgdir/usr/bin install || return 1