updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / pidgin-hotkeys / PKGBUILD
bloba70a6eea43752382f3150d07057cd049b37343fc
1 # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
2 # Contributor: detto <detto-brumm@freenet.de>
4 pkgname=pidgin-hotkeys
5 pkgver=0.2.4
6 pkgrel=1
7 pkgdesc="A Pidgin plugin that allows you to define global hotkeys."
8 arch=('i686' 'x86_64')
9 url="http://pidgin-hotkeys.sourceforge.net"
10 license=('GPL')
11 depends=(pidgin)
12 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
13         pidgin-hotkeys.patch)
14 md5sums=('553aae7319861af9e8716bfe0ba45c30'
15          '0726353af56270164d7af88470722dd0')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
20   patch -Np0 -i ../pidgin-hotkeys.patch
22   ./configure --prefix=/usr
23   make
26 package() {
27   cd "$srcdir/$pkgname-$pkgver"
28   make DESTDIR="$pkgdir" install