updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / libunity / PKGBUILD
blob6e8379ac8940e094b510b425b7cbc8e7adf63a5a
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=libunity
3 pkgver=5.0.0
4 pkgrel=1
5 pkgdesc="A library for instrumenting and integrating with all aspects of the Unity shell"
6 arch=('i686' 'x86_64')
7 url="https://launchpad.net/libunity"
8 license=('LGPL')
9 depends=('libgee' 'dee' 'libdbusmenu' 'dbus-glib')
10 makedepends=('vala' 'python2' 'gobject-introspection')
11 options=('!libtool')
12 source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
13 md5sums=('91ecd378e483c5e4ef25e61ece7be056')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   # Disable building tests
19   sed -i '/test \\/ d' Makefile.in
21   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
22               --disable-static \
23               PYTHON=python2
24   make
27 package() {
28   cd "$srcdir/$pkgname-$pkgver"
30   make DESTDIR="$pkgdir/" install