updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / evolution-tray / PKGBUILD
blob375855af14ee3ca3141b9b4f7a89863b1dff670e
1 # Contributor: antzek9 <antze.k9 at googlemail dot com>
2 # Maintainer: antzek9
3 pkgname=evolution-tray
4 pkgver=0.0.8
5 pkgrel=3
6 pkgdesc="This plugin is useful when you want to put evolution in "tray" (notification area)."
7 arch=(i686 x86_64)
8 url="http://gnome.eu.org/evo/index.php/Evolution_Tray"
9 license=('GPL')
10 groups=('office')
11 depends=('evolution>=2.30' 'libgnomeui' 'gconf' 'libnotify')
12 makedepends=('intltool>=0.25')
13 provides=('evolution-tray')
14 conflicts=('evolution-tray-git')
15 replaces=()
16 backup=()
17 options=()
18 install=
19 source=("http://gnome.eu.org/evolution-tray-$pkgver.tar.gz")
20 noextract=()
21 md5sums=('087d0c6e909530232259b9ae1be9e17d')
23 build() {
24   cd "$srcdir/$pkgname-$pkgver"
26   ./configure --prefix=/usr
27   make || return 1
28   make DESTDIR="$pkgdir" install