# $Id: PKGBUILD 108801 2011-02-03 16:49:52Z andyrtr $ # Maintainer: AndyRTR # Contributor: tobias pkgname=xfce4-notifyd pkgver=0.2.1 pkgrel=1 pkgdesc="notification daemon for the xfce desktop" arch=('i686' 'x86_64') license=('GPL2') url="http://goodies.xfce.org/projects/applications/xfce4-notifyd" groups=('xfce4-goodies') depends=('libxfce4ui' 'hicolor-icon-theme') makedepends=('intltool') provides=('notification-daemon') conflicts=('notification-daemon' 'notification-daemon-xfce') replaces=('notification-daemon-xfce') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2) md5sums=('0a63857901809887b587c73024d1089b') 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 }