#Packager: George Vlahavas pkgname=poezio pkgver=0.6.2 pkgrel=1gv arch=noarch source=(http://codingteam.net/project/poezio/download/file/poezio-$pkgver.tar.xz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://poezio.eu/fr/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "poezio (a free console XMPP client)" "Poezio's goal is to let you connect very easily (no account creation" "needed) to the network and join various chatrooms, immediately. It" "tries to look like the most famous IRC clients (weechat, irssi, etc)." "Many commands are identical and you won't be lost if you already know" "these clients. Configuration can be made in a configuration file or" "directly from the client. You'll find the light, fast, geeky and" "anonymous spirit of IRC while using a new, powerful and Free protocol." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/^prefix=.*/prefix=\/usr/" Makefile make install DESTDIR=$startdir/pkg }