1 pkgname=eee-control-git
4 pkgdesc="A utility for the EeePC family which allows the user to modify the FSB, toggle hardware on and off and more."
6 url="http://greg.geekmind.org/eee-control"
8 depends=('acpid' 'dbus-python' 'gconf' 'gnome-python' 'pygtk' 'python-notify')
10 conflicts=('acpi-eeepc-generic')
11 source=(eee-control.rc)
12 md5sums=('f66a56858f0e9ee4b274c55df5fcf7fc')
14 _gitname="eee-control"
15 _gitroot="http://greg.geekmind.org/git/eee-control.git"
20 if [ -d $startdir/src/$_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "Locale files are up-to-date."
27 install -Dm 755 ${srcdir}/eee-control.rc ${pkgdir}/etc/rc.d/eee-control || return 1
28 cd ${srcdir}/${_gitname}
29 python setup.py install --prefix=${pkgdir}/usr || return 1
30 rm ${pkgdir}/usr/bin/eee-control-setup.sh