updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / pidgin-gfire / PKGBUILD
blobdc2b2b9a33bdfd06213d5f1baa405a3a627f632a
1 # Contributor: Slash <demodevil5[at]yahoo[dot]com>
2 # Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
4 pkgname=pidgin-gfire
5 pkgver=0.9.4
6 pkgrel=3
7 pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to connect the Xfire network."
8 arch=('i686' 'x86_64')
9 url="http://gfireproject.org/"
10 license=('GPL')
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')
17 build() {
18     cd "$srcdir/pidgin-gfire-$pkgver"
20     patch -p0 -i ../gfire-libnotify.patch
21     ./autogen.sh || return 1
22     ./configure --prefix=/usr --enable-libnotify
23     make || return 1
24     make DESTDIR="$pkgdir" install
26     rm $pkgdir/usr/lib/purple-2/libxfire.la