1 # Maintainer: max.bra <max.bra at alice dot it>
2 # Contributor: max.bra <max.bra at alice dot it>
3 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
4 # Contributor: nuovodna <nuovodna_at_gmail.com>
6 pkgname=libindicator-bzr
10 pkgdesc="A set of symbols and convience functions that all indicators would like to use. (Canonical Ayatana Project) - Bzr version"
11 arch=('i686' 'x86_64')
12 url="http://launchpad.net/$_pkgsrc/"
14 depends=('gnome-common')
15 provides=('libindicator')
17 conflicts=("$_pkgsrc")
24 msg "Connecting to the server...."
25 bzr branch ${_bzrtrunk} -q
26 msg "BZR checkout done or server timeout"
27 msg "Starting make..."
29 ./autogen.sh --prefix=/usr --disable-static || return 1
31 make DESTDIR="$pkgdir" install || return 1