1 # Maintainer: György Balló <ballogy@freestart.hu>
5 pkgdesc="A library for instrumenting and integrating with all aspects of the Unity shell"
7 url="https://launchpad.net/libunity"
9 depends=('libgee' 'dee' 'libdbusmenu' 'dbus-glib')
10 makedepends=('vala' 'python2' 'gobject-introspection')
12 source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('91ecd378e483c5e4ef25e61ece7be056')
16 cd "$srcdir/$pkgname-$pkgver"
18 # Disable building tests
19 sed -i '/test \\/ d' Makefile.in
21 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
28 cd "$srcdir/$pkgname-$pkgver"
30 make DESTDIR="$pkgdir/" install