# $Id: PKGBUILD 112690 2014-06-05 02:51:25Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Slash # Contributor: LookTJ pkgname=pidgin-gfire pkgver=0.9.6 pkgrel=1 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network." arch=('i686' 'x86_64') url="http://gfireproject.org/" license=('GPL') depends=('glib2' 'pidgin' 'libnotify' 'gtk2') makedepends=('pkgconfig' 'intltool' 'libtool') source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch") md5sums=('b8ff028195f3effb78f25a95f03d89fc' '5d6fc2b98837fbebba6bef2648699d5e') build() { cd $pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr --enable-libnotify make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }