# $Id: PKGBUILD 82045 2013-01-06 10:49:31Z bluewind $ # Maintainer: Florian Pritz # Contributor: Daniel J Griffiths # Contributor: Thayer Williams pkgname=xbindkeys pkgver=1.8.5 pkgrel=3 pkgdesc="Launch shell commands with your keyboard or your mouse under X" arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/xbindkeys/xbindkeys.html" license=('GPL') depends=('libx11' 'guile') optdepends=('tk: xbindkeys_show') source=(http://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('4b66a05594dbc6888c0a6439351aa66d') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }