#Maintainer: Markus Muttilainen pkgname=irssi-xmpp pkgver=0.50 pkgrel=1mm source=(http://cybione.org/~irssi-xmpp/files/irssi-xmpp-0.50.tar.gz) docs=("faq" "general" "muc" "startup" "xep" "readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://cybione.org/~irssi-xmpp/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "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 (the Jabber protocol)." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i 's|/usr/local|/usr|' config.mk sed -i "s/CFLAGS = \(.*\)/CFLAGS = $CFLAGS \1/" config.mk sed -i "s|IRSSI_LIB ?=.*|IRSSI_LIB ?= \${PREFIX}/lib${LIBDIRSUFFIX}/irssi|" config.mk make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/doc }