#Maintainer: George Vlahavas pkgname=verve-plugin pkgver=0.3.5 pkgrel=1gv arch=x86_64 source=(http://goodies.xfce.org/releases/verve-plugin/verve-plugin-0.3.5.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks") url=http://goodies.xfce.org/projects/panel-plugins/verve-plugin slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "verve-plugin - a command line panel plugin for xfce" " The Verve panel plugin is a comfortable command line plugin for the" "Xfce panel. It supports several nice features, such as: Command" "history, Auto-completion (including command history), Open URLs and" "eMail addresses in your favourite applications, Focus grabbing via" "D-BUS (so you can bind a shortcut to it), Custom input field width" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }