#Maintainer: Markus Muttilainen pkgname=irssi-xmpp pkgver=0.50 pkgrel=1mm arch=i486 source=(http://cybione.org/~irssi-xmpp/files/irssi-xmpp-0.50.tar.gz) #sourcetemplate=http://users.zenwalk.org/user-accounts/pnboy/$pkgname/$pkgver/ docs=("faq" "general" "muc" "startup" "xep" "readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://cybione.org/~irssi-xmpp/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} 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 # ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc -- docdir=/$pkgname-$pkgver --disable-static sed -i 's|/usr/local|/usr|' config.mk sed -i "s/CFLAGS = \(.*\)/CFLAGS = $CFLAGS \1/" config.mk make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/doc }