summaryrefslogtreecommitdiff
path: root/community/xbindkeys/PKGBUILD
blob: b482c0973d7c04561b58b2c0a9b40a52fff2d58b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $Id: PKGBUILD 64683 2012-02-17 18:32:53Z bluewind $
# Maintainer:
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Thayer Williams <thayer@archlinux.org>

pkgname=xbindkeys
pkgver=1.8.5
pkgrel=2
pkgdesc="Launch shell commands with your keyboard or your mouse under X"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/xbindkeys/xbindkeys.html"
license=('GPL')
depends=('libx11' 'guile' 'tk')
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
}