1 # Contributor: Skunnyk <skunnyk@archlinux.fr>
5 pkgdesc="libkeybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System."
7 url="http://kaizer.se/wiki/keybinder/"
9 depends=('pygtk' 'lua')
10 provides=('libkeybinder' 'python-keybinder' 'lua-keybinder')
11 conflicts=('libkeybinder' 'python-keybinder' 'lua-keybinder')
13 source=(http://kaizer.se/publicfiles/keybinder/$pkgname-$pkgver.tar.gz)
16 cd "$srcdir/$pkgname-$pkgver"
17 export PYTHON="/usr/bin/python2"
18 ./configure --prefix=/usr
22 cd "$srcdir/$pkgname-$pkgver/"
23 make DESTDIR="$pkgdir/" install
26 md5sums=('b4ccd4bd19f3ae3f0ab2cbda11fcd3ac')