#Maintainer: Markus Muttilainen #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=irssi-xmpp pkgver=0.51 pkgrel=1 zenver=66 arch=i486 source=(http://cybione.org/~irssi-xmpp/files/irssi-xmpp-0.51.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/irssi-xmpp/ docs=("faq" "general" "muc" "startup" "xep" "readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://cybione.org/~irssi-xmpp/ #extradepends=() #lessdepends=() #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 sed -i 's|/usr/local|/usr|' config.mk # sed -i "s/CFLAGS = \(.*\)/CFLAGS = $CFLAGS " config.mk #IRSSI_INCLUDE= #DESTDIR=$startdir/pkg PREFIX=/usr make install # make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/doc }