#Maintainer: Thorsten Muehlfelder pkgname=psi pkgver=0.14 pkgrel=2tm source=("http://downloads.sourceforge.net/psi/psi-$pkgver.tar.bz2") url="http://psi-im.org/" docs=('README' 'COPYING') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Psi (Jabber client)" "Psi is a free instant messaging application designed for the Jabber" "IM network (including Google Talk). Fast and lightweight, Psi is" "fully open-source and compatible with Windows, Linux, and Mac OS X." ) build() { cd $startdir/src/${pkgname}-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} || return 1 make -j1 || return 1 make INSTALL_ROOT=$startdir/pkg/ install }