# Maintainer: Hugo Doria # Contributor pidgin-libnotify: 3ED pkgname=pidgin-libnotify pkgver=0.14 pkgrel=2 arch=('i686' 'x86_64') pkgdesc="pidgin plugin that enables popups when someone logs in or messages you." url="http://gaim-libnotify.sourceforge.net/" license=('GPL') depends=('pidgin' 'libnotify' 'perlxml' 'gettext' 'notification-daemon') makedepends=('libtool' 'intltool') replaces=('gaim-libnotify') source=(http://downloads.sourceforge.net/sourceforge/gaim-libnotify/$pkgname-$pkgver.tar.gz) md5sums=('bfb5368b69c02d429b2b17c00a6673c0') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --disable-deprecated make || return 1 make DESTDIR=$startdir/pkg install }