1 # Maintainer: PyrO_70 <brieuc.roblin at gmail dot com>
5 pkgdesc="Daemon providing userland access to Cpufreq using DBus."
7 url="http://www.pyrotools.org/"
9 depends=('qt' 'cpufrequtils')
12 _gitroot="git://gitorious.org/ucpufreq/ucpufreq.git"
18 msg2 "Connecting to gitorious ..."
20 if [ -d $_gitname ] ; then
21 ( cd $_gitname && git pull )
23 git clone $_gitroot $_gitname || return 1
26 msg2 "Starting make..."
30 qmake "INSTALL_PREFIX=/usr" "DBUS_PREFIX=/" || return 1
32 make "INSTALL_ROOT=$pkgdir" install || return 1