updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / keynav / PKGBUILD
bloba2dcb0b8dbafc8177dfd815798575a88fe7ac23c
1 # Contributor: Jan Fader <jan.fader@web.de>
2 pkgname=keynav
3 pkgver=0.20101014.3067
4 pkgrel=1
5 pkgdesc="Ingenious and fast way to move the (mouse) pointer on the screen with keystrokes."
6 url="http://www.semicomplete.com/projects/keynav/"
7 license=('BSD')
8 arch=('i686' 'x86_64')
9 depends=('xdotool')
10 install=
11 md5sums=('5046697ee6025f52436742dda947f9ec')
12 source=(http://semicomplete.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   make keynav|| return 1
18   install -D keynav $pkgdir/usr/bin/keynav
21 # vim:set ts=2 sw=2 et: