updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / eee-she-git / PKGBUILD
blobd7193f8f250eeb59dd32693ca0b3af9249bd5667
1 # Maintainer: Christopher Rosell <chrippa@gmail.com>
2 pkgname=eee-she-git
3 pkgver=20090829
4 pkgrel=1
5 pkgdesc="Simple interface for controlling Super Hybrid Engine on Asus Eee PC's"
6 arch=('i686' 'x86_64')
7 url="http://github.com/chrippa/eee-she"
8 license=('BSD')
9 makedepends=(git)
11 _gitname="eee-she"
12 _gitroot="git://github.com/chrippa/eee-she.git"
14 build() {
15   cd ${srcdir}
17   if [ -d $startdir/src/$_gitname ] ; then
18     cd $_gitname && git pull origin
19     msg "Local files are up-to-date."
20   else
21     git clone $_gitroot
22   fi
24   cd ${srcdir}/${_gitname}
25   make || return 1
26   make DESTDIR=${pkgdir} install || return 1