#Packager: Frédéric GALUSIK pkgname=irssi-xmpp pkgver=0.52 pkgrel=1fg #arch=noarch source=("http://cybione.org/~irssi-xmpp/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/fredg/$pkgname/$pkgver/ docs=("readme" "copying" "news" "todo") url=http://cybione.org/~irssi-xmpp slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "irssi-xmpp (irssi plugin to connect to the Jabber network)" "irssi-xmpp is an irssi plugin to connect to the Jabber" "network. Its aim is to provide a good integration in this" "text-based irc client and a good support of XMPP" "Its main features are:" "- Sending and receiving messages in irssi's query windows" "- A roster with contact & resource tracking (contact list)" "- Contact management (add, remove, manage subscriptions)" "- Tab completion of commands, JIDs and resources" "- Many XEP support including MUC, UTF-8, SSL, STARTTLS ..." ) build() { cd $startdir/src/$pkgname-$pkgver IRSSI_INCLUDE=/usr/include/irssi make -j $numjobs || return 1 make install \ PREFIX=/usr \ IRSSI_LIB=/usr/lib${LIBDIRSUFFIX}/irssi \ IRSSI_DOC=/usr/doc/$pkgname-$pkgver \ DESTDIR=$startdir/pkg }