updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / indicator-application / PKGBUILD
blob71129ed84ca0f6dcc5bf4421316e1f655f6802d9
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=indicator-application
3 pkgver=0.4.0
4 pkgrel=2
5 pkgdesc="A library and indicator to take menus from applications and place them in the panel"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/indicator-application"
8 license=('GPL')
9 depends=('json-glib' 'dbus-glib>=0.82' 'libappindicator>=0.2.9')
10 true && depends=('json-glib' 'dbus-glib>=0.82' 'libappindicator3>=0.2.9')
11 options=('!libtool')
12 source=(http://launchpad.net/$pkgname/0.4/$pkgver/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('c1a8cec847d92dc011a3a56d5ff7141f')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
19               --disable-static
20   make
23 package() {
24   cd "$srcdir/$pkgname-$pkgver"
26   make DESTDIR="$pkgdir/" install