1 # Maintainer : SpepS <dreamspepser at yahoo dot it>
2 # Contributor: György Balló <ballogy@freestart.hu>
3 # Contributor: Johannes Pfau <johannespfau at gmail dot com>
9 pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification. Gtk2 version."
10 arch=('i686' 'x86_64')
11 url="https://launchpad.net/notify-osd"
13 depends=('gconf' 'libwnck' 'libnotify>=0.4.5')
14 provides=('notification-daemon')
15 conflicts=('notification-daemon')
16 source=("http://launchpad.net/$_pkg/natty/natty-alpha3/+download/$_pkg-$pkgver.tar.gz")
17 md5sums=('aa52780eb7be9eab6d6bd3a6b055ac09')
20 cd "$srcdir/$_pkg-$pkgver"
22 ./configure --prefix=/usr \
24 --localstatedir=/var \
25 --libexecdir=/usr/lib/$_pkg \
29 sed -i '/^SUBDIRS/s/tests //' Makefile
35 cd "$srcdir/$_pkg-$pkgver"
37 make DESTDIR="$pkgdir/" install