# Description: A Jabber Instant Messenger # URL: http://www.gajim.org # Maintainer: Mikhail Kolesnik, mike at openbunker dot org # Packager: Aaron Ball, nullspoon at oper dot io # Depends on: pygtk pyopenssl pycrypto libasyncns-python nbxmpp # Nice to have: gtkspell dbus-python gnome-python-extras bind docutils libxss notify-python name=gajim version=0.16.5 release=1 source=(https://gajim.org/downloads/0.16/${name}-${version}.tar.bz2) build() { cd ${name}-${version} wget http://xmpp.org/services/services.xml -O data/other/servers.xml ./configure --prefix=/usr \ --disable-nls \ --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }