1 # Maintainer: Christopher Rosell <chrippa@gmail.com>
5 pkgdesc="Simple interface for controlling Super Hybrid Engine on Asus Eee PC's"
7 url="http://github.com/chrippa/eee-she"
12 _gitroot="git://github.com/chrippa/eee-she.git"
17 if [ -d $startdir/src/$_gitname ] ; then
18 cd $_gitname && git pull origin
19 msg "Local files are up-to-date."
24 cd ${srcdir}/${_gitname}
26 make DESTDIR=${pkgdir} install || return 1