# Maintainer: Evangelos Foutras # Contributor: AndyRTR # Contributor: Suzy Williams pkgname=xfce4-mailwatch-plugin pkgver=1.3.1 pkgrel=1 pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin" license=('GPL2') groups=('xfce4-goodies') depends=('xfce4-panel' 'gnutls') makedepends=('intltool') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: