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

pkgname=xfce4-mailwatch-plugin
pkgver=1.1.0
pkgrel=1gv
arch=i486
source=(http://spuriousinterrupt.org/files/mailwatch/xfce4-mailwatch-plugin-$pkgver.tar.bz2)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://spuriousinterrupt.org/projects/mailwatch

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"xfce4-mailwatch-plugin - mail notification panel plugin for xfce"
"Comfortable multi-threaded, multi-mailbox, multi-protocol xfce4 panel"
"plugin for checking mails periodically."
)


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