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

pkgname=xfce4-clipman-plugin
pkgver=1.0.2
pkgrel=1gv
arch=i486
source=(http://goodies.xfce.org/releases/xfce4-clipman-plugin/xfce4-clipman-plugin-$pkgver.tar.bz2)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
options=('noautodotnew')

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"xfce4-clipman-plugin - a clipboard manager for xfce4"
"Clipman keeps the clipboard contents around while it is usually lost"
"when you close an application. It is able to handle text and images,"
"and has a feature to execute actions on specific text selections by"
"matching them against regular expressions."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static
	make || return 1
	make install DESTDIR=$startdir/pkg
}