updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / keybinder / PKGBUILD
blob9c504a8b68258dd209ad85611b5cca0d8eb0b7a9
1 # Contributor: Skunnyk <skunnyk@archlinux.fr>
2 pkgname=keybinder
3 pkgver=0.2.2
4 pkgrel=2
5 pkgdesc="libkeybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System."
6 arch=(i686 x86_64)
7 url="http://kaizer.se/wiki/keybinder/"
8 license=('GPL')
9 depends=('pygtk' 'lua')
10 provides=('libkeybinder' 'python-keybinder' 'lua-keybinder')
11 conflicts=('libkeybinder' 'python-keybinder' 'lua-keybinder')
12 options=('!libtool')
13 source=(http://kaizer.se/publicfiles/keybinder/$pkgname-$pkgver.tar.gz)
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
17   export PYTHON="/usr/bin/python2"
18   ./configure --prefix=/usr
19   make || return 1
21 package() {     
22   cd "$srcdir/$pkgname-$pkgver/"        
23   make DESTDIR="$pkgdir/" install
26 md5sums=('b4ccd4bd19f3ae3f0ab2cbda11fcd3ac')