# $Id: PKGBUILD 203597 2014-01-13 17:12:32Z andyrtr $ # Maintainer: AndyRTR # Contributor: Suzy Williams pkgname=xfce4-mailwatch-plugin pkgver=1.2.0 pkgrel=2 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin" license=('GPL2') groups=('xfce4-goodies') depends=('xfce4-panel') makedepends=('intltool') install=${pkgname}.install source=(http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) md5sums=('7263114ec0f2987a3aff15afeeb45577') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-debug make } package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }