1 # Maintainer: Marco Russo <nofoo@gmx.net>
5 pkgdesc="IRC client/server suite that abstracts the IRC protocol using DBUS signals"
7 url="http://sushi.ikkoku.de"
9 depends=('dbus-core' 'dbus-glib' 'glib2>=2.16' 'pyxdg' 'intltool')
10 optdepends=('networkmanager' 'libnice' 'python-urwid' 'gnutls')
11 source=('http://redmine.ikkoku.de/attachments/download/31/sushi-1.3.0.tar.bz2' 'sushi.patch')
12 md5sums=('7bad32eb8b6c2ee84489fcdfdaeab4b0' 'd937679d607c391355e9ae708d9f8657')
16 cd "${srcdir}/sushi-$pkgver"
17 patch -p1 -i $srcdir/sushi.patch
18 python2 waf configure --prefix="/usr"
20 python2 waf install --destdir=$pkgdir