updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / notify-osd-gtk2 / PKGBUILD
blob8d402fb509f997e2ff8ac71db8be9a78e5932b5a
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>
5 _pkg=notify-osd
6 pkgname=$_pkg-gtk2
7 pkgver=0.9.30
8 pkgrel=1
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"
12 license=('GPL')
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')
19 build() {
20   cd "$srcdir/$_pkg-$pkgver"
22   ./configure --prefix=/usr \
23               --sysconfdir=/etc \
24               --localstatedir=/var \
25               --libexecdir=/usr/lib/$_pkg \
26               --disable-static
28   # disable tests
29   sed -i '/^SUBDIRS/s/tests //' Makefile  
31   make
34 package() {
35   cd "$srcdir/$_pkg-$pkgver"
37   make DESTDIR="$pkgdir/" install