1 # Maintainer: Xavier Devlamynck <magicrhesus@ouranos.be>
2 # Contributor: tobias <tobias funnychar archlinux.org>
4 pkgname=xfce4-notifyd-devel
7 pkgdesc="notification daemon for the xfce desktop"
10 url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
11 groups=('xfce4-goodies-devel')
12 depends=('libxfce4ui-devel' 'hicolor-icon-theme')
13 makedepends=('intltool')
14 provides=('notification-daemon')
15 conflicts=('notification-daemon' 'notification-daemon-xfce' 'xfce4-notifyd' 'xfce4-notifyd-git')
16 replaces=('notification-daemon-xfce')
18 install=xfce4-notifyd.install
19 source=(http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/xfce4-notifyd-${pkgver}.tar.bz2)
20 md5sums=('0a63857901809887b587c73024d1089b')
23 cd ${srcdir}/xfce4-notifyd-${pkgver}
24 ./configure --prefix=/usr \
26 --libexecdir=/usr/lib \
27 --localstatedir=/var \
34 cd ${srcdir}/xfce4-notifyd-${pkgver}
35 make DESTDIR=${pkgdir} install