updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / xfce4-notifyd-devel / PKGBUILD
blob729da4aa3b9b224563e982d285e1c62f6849c5fe
1 # Maintainer: Xavier Devlamynck <magicrhesus@ouranos.be>
2 # Contributor: tobias <tobias funnychar archlinux.org>
4 pkgname=xfce4-notifyd-devel
5 pkgver=0.2.1
6 pkgrel=1
7 pkgdesc="notification daemon for the xfce desktop"
8 arch=('i686' 'x86_64')
9 license=('GPL2')
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')
17 options=('!libtool')
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')
22 build() {
23   cd ${srcdir}/xfce4-notifyd-${pkgver}
24   ./configure --prefix=/usr \
25         --sysconfdir=/etc \
26         --libexecdir=/usr/lib \
27         --localstatedir=/var \
28         --disable-static \
29         --disable-debug
30   make
33 package() {
34   cd ${srcdir}/xfce4-notifyd-${pkgver}
35   make DESTDIR=${pkgdir} install