summaryrefslogtreecommitdiff
path: root/community/pidgin-gfire/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pidgin-gfire/PKGBUILD')
-rw-r--r--community/pidgin-gfire/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/pidgin-gfire/PKGBUILD b/community/pidgin-gfire/PKGBUILD
index 05f9e2021..65d9ea856 100644
--- a/community/pidgin-gfire/PKGBUILD
+++ b/community/pidgin-gfire/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110576 2014-05-03 23:18:16Z svenstaro $
+# $Id: PKGBUILD 112690 2014-06-05 02:51:25Z svenstaro $
# 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.5
+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')
@@ -13,15 +13,17 @@ 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=('6ad6197b6b1a0d5d82d7267661431907'
+md5sums=('b8ff028195f3effb78f25a95f03d89fc'
'5d6fc2b98837fbebba6bef2648699d5e')
build() {
+ cd $pkgname-$pkgver
./autogen.sh
./configure --prefix=/usr --enable-libnotify
make
}
package() {
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}