#Maintainer: George Vlahavas pkgname=xfce4-verve-plugin pkgver=2.0.1 _mainver=`echo $pkgver | cut -d'.' -f 1,2` pkgrel=1gv source=("http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/${_mainver}/xfce4-verve-plugin-${pkgver}.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 -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }