1 # Maintainer: Michal Gawronski <dinth1906@gmail.com>
2 # Maintainer: Paul Burton <paulburton89@gmail.com>
3 # Contributor: max.bra <max.bra at alice dot it>
5 pkgname=indicator-cpufreq-bzr
9 pkgdesc="CPU frequency indicator."
10 arch=('i686' 'x86_64')
11 url="https://launchpad.net/indicator-cpufreq"
13 depends=('ayatana-indicators-baselibs' 'cpufrequtils')
17 _bzrbranch=lp:indicator-cpufreq
18 _bzrmod=indicator-cpufreq
23 msg "Connecting to the server...."
25 if [ ! -d ./${_bzrmod} ]; then
26 bzr co ${_bzrbranch} ${_bzrmod}
31 msg "BZR checkout done or server timeout"
32 msg "Starting make..."
36 python2 ./setup.py build
37 python2 ./setup.py install --prefix=${pkgdir}/usr