#Maintainer: George Vlahavas pkgname=gajim pkgver=0.13.4 pkgrel=1gv source=("http://www.gajim.org/downloads/0.13/gajim-0.13.4.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.gajim.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gajim (a GTK2+ Jabber/XMPP client)" "The goal of Gajim is to provide a full featured and easy to use" "Jabber client. Gajim works nicely with GNOME, but does not require it" "to run. It is released under the GNU General Public License." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --docdir=/usr/doc/$pkgname-$pkgver --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/64x64/apps ( cd $startdir/pkg/usr/share/icons/hicolor/64x64/apps; ln -sf /usr/share/pixmaps/gajim.png gajim.png ) }