#Maintainer: Nigel Bosch pkgname=centerim pkgver=4.22.7 pkgrel=1 zenver=62 arch=i486 source=("http://www.centerim.org/download/releases/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/sparky/packages/$pkgname/ docs=("about-nls" "faq" "policy" "thanks" "todo") url=http://www.centerim.org slackdesc=\ ( #|------handy-ruler----------------------------------------------------| "$pkgname - Text mode IM client supporting many protocols" "CenterIM is a text mode menu- and window-driven IM interface. ICQ," "Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are" "supported. It allows you to send, receive, and forward messages, URLs," "SMSes and, contacts, mass message send, search for users directly from" "the program (including non-icq contacts), view the messages history," "register a new UIN and update your details, be informed on receiving" "email messages, automatically set away after the defined period of" "inactivity (on any console), and have your own ignore, visible and" "invisible lists. It can also associate events with sounds." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }