# $Id: PKGBUILD 157893 2012-04-30 04:21:28Z foutrelis $ # Maintainer: AndyRTR # Contributor: Abhishek Dasgupta pkgname=xfce4-time-out-plugin pkgver=1.0.1 pkgrel=2 pkgdesc="Take a break from your computer with this plugin for XFCE4." arch=('i686' 'x86_64') url="http://xfce-goodies.berlios.de/" groups=('xfce4-goodies') license=('GPL') depends=('xfce4-panel>=4.7.0') makedepends=('intltool') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) md5sums=('b6e4a3145d31c341e2506fb17b014587') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }