#Maintainer: George Vlahavas pkgname=xfce4-mailwatch-plugin pkgver=1.1.0 pkgrel=1gv arch=x86_64 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 }