# -*- shell-script -*- # # Contributor: Adrian C. # - OTR support: http://aur.archlinux.org/packages.php?ID=38813 pkgname=gajim pkgver=0.13.1 pkgrel=3 pkgdesc="Jabber client written in PyGTK" arch=("i686" "x86_64") url="http://www.gajim.org/" license=("GPL") depends=("gtkspell" "libxss" "dnsutils" "python-pysqlite" "python" "pygtk") makedepends=("gettext" "intltool" "perlxml" "dbus") optdepends=("dbus-python: notification support with notification-daemon." "python-notify: notification support without notification-daemon." "pyopenssl: SSL/TLS verification of server certificates." "pycrypto: end-to-end encryption support.") options=(!libtool) source=(http://www.gajim.org/downloads/0.13/gajim-${pkgver}.tar.gz) md5sums=("844752ab1b368b709b05572ad76fdc2d") build() { cd "${srcdir}/${pkgname}-${pkgver}" # Build ./configure --prefix=/usr make make DESTDIR="${pkgdir}" install # Remove object files find "${pkgdir}/usr/share/gajim/" -name "*.pyo" | xargs rm -f }