updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / jabbin / PKGBUILD
blob2f83204bc1f3e70930b71e1f9249646f74d38d65
1 # Maintainer: allspark <allspark (at) cyb0rg dot com>
2 pkgname=jabbin
3 pkgver='3.0b'
4 filename='3.0-beta'
5 pkgrel=0
6 pkgdesc="fork of Psi with Jingle support"
7 depends=('qt>=4.2.0' 'qca>=2.0' 'speex')
8 url="http://www.jabbin.com/"
9 source=(http://jabbin.svn.sourceforge.net/viewvc/jabbin/tags/$filename.tar.gz jabbin.patch)
10 md5sums=('6d0ea26182ef2c3b27b9d4839b3f2a3b' 'c1cdae256f0fe9bb32190f29a42e062b')
11 license=("GPL")
12 arch=('i686' 'x86_64')
14 build() {
15    cd $startdir/src
16    patch -p0 < jabbin.patch
17    cd $filename
18    chmod +x configure-jingle
19    ./configure-jingle --prefix=/usr
20    cd third-party/libjingle-0.4.0
21    chmod +x configure
22    ./configure --prefix=/usr
23    qmake
24    make || return 1
26    cd ../jrtplib
27    qmake
28    make || return 1
30    cd ../..
31    make || return 1
32    make INSTALL_ROOT=$startdir/pkg install