summaryrefslogtreecommitdiff
path: root/community/pidgin-gfire/PKGBUILD
blob: 9abfa1f835aeb08731766edca43fa065f8043bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>

pkgname=pidgin-gfire
pkgver=0.9.4
pkgrel=3
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' 'libpurple' 'libnotify' 'gtk2')
makedepends=('pkgconfig' 'intltool' 'libtool')
source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2" "gfire-libnotify.patch")
md5sums=('7167828fd77200603a318afdd4d9ebd2'
         '5d6fc2b98837fbebba6bef2648699d5e')
options=(!libtool)

build() {
    cd "$srcdir/pidgin-gfire-$pkgver"

    patch -p0 -i ../gfire-libnotify.patch
    ./autogen.sh
    ./configure --prefix=/usr --enable-libnotify
    make
    make DESTDIR="$pkgdir" install
}