1 # Contributor: Martin Berkemeier <phobinator[at]googlemail[dot]de>
7 pkgdesc="Accessx is an open source utility to set and display all of the XKEYBOARD (XKB) AccessX features."
9 depends=('libx11' 'libxext' 'tk')
10 url="http://cita.disability.uiuc.edu/software/accessx/freewareaccessx.php"
12 source=("$pkgname-$_intpkgver.patch" "http://cita.disability.uiuc.edu/software/accessx/files/$pkgname$_intpkgver.tar.gz")
13 md5sums=('43b4e0a52d4512147ae26b9314d603cb'
14 'e61286559b65e452705a6329646776f1')
18 patch -Np1 -i ../$pkgname-$_intpkgver.patch
20 install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname" || return 1
21 install -Dm755 "$srcdir/$pkgname/ax" "$pkgdir/usr/bin/ax" || return 1