updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / pidgin-attentionbutton / PKGBUILD
blob29caad3c49a5d7cd9b496794f6a8fda337f02903
1 pkgname=pidgin-attentionbutton
2 pkgver=0.3
3 pkgrel=3
4 pkgdesc="Attention Button is a plugin for Pidgin that adds a button in the conversation window to easly Nudge/Buzz/Zap your friends."
5 arch=('i686' 'x86_64')
6 url="http://code.google.com/p/pidgin-attentionbutton/"
7 license=('GPL')
8 provides=('pidgin-msn-nudge')
9 source=(http://pidgin-attentionbutton.googlecode.com/files/attentionbutton-$pkgver.tar.gz Makefile fix.patch)
10 md5sums=('0134ecb5d56231744110d2acad818ddb'
11          'd994050d0143c43c9e6ec103c527ec9d'
12          '27122b1048848818996c53e6e8fad1ad')
15 build() {
16   rm $srcdir/attentionbutton.so
17   patch -p0 -i $srcdir/fix.patch || return 1
18   make || return 1
19   install -Dm755 attentionbutton.so ${pkgdir}/usr/lib/purple-2/attentionbutton.so || return 1