1 # Contributor: Slash <demodevil5[at]yahoo[dot]com>
2 # Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
7 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network."
9 url="http://gfireproject.org/"
11 depends=('glib2' 'libpurple' 'libnotify' 'gtk2')
12 makedepends=('pkgconfig' 'intltool' 'libtool')
13 source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch")
14 md5sums=('7167828fd77200603a318afdd4d9ebd2'
15 '5d6fc2b98837fbebba6bef2648699d5e')
18 cd "$srcdir/pidgin-gfire-$pkgver"
20 patch -p0 -i ../gfire-libnotify.patch
21 ./autogen.sh || return 1
22 ./configure --prefix=/usr --enable-libnotify
24 make DESTDIR="$pkgdir" install
26 rm $pkgdir/usr/lib/purple-2/libxfire.la