#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=xfce4-verve-plugin
pkgver=1.0.0
pkgrel=1gv
source=("http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/xfce4-verve-plugin-1.0.0.tar.bz2")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "thanks")
url=http://goodies.xfce.org/projects/panel-plugins/verve-plugin

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"xfce4-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 --build=$arch-slackware-linux
	make || return 1
	make install DESTDIR=$startdir/pkg
}