# Maintainer: Natanael Copa pkgname=xfce4-notifyd pkgver=0.2.1 pkgrel=0 pkgdesc="notification daemon for the xfce desktop" url="http://spuriousinterrupt.org/projects/xfce4-notifyd" arch="all" license="GPL2" depends="hicolor-icon-theme" makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev dbus-glib-dev libglade-dev" install= source="http://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver build () { cd "$_builddir" ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static make || return 1 } package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } md5sums="0a63857901809887b587c73024d1089b xfce4-notifyd-0.2.1.tar.bz2"