updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / eee-control-git / PKGBUILD
blob58860b50065e71d43dd56ffb5f13a50e8cc809c7
1 pkgname=eee-control-git
2 pkgver=20090410
3 pkgrel=1
4 pkgdesc="A utility for the EeePC family which allows the user to modify the FSB, toggle hardware on and off and more."
5 arch=('i686' 'x86_64')
6 url="http://greg.geekmind.org/eee-control"
7 license=('GPL')
8 depends=('acpid' 'dbus-python' 'gconf' 'gnome-python' 'pygtk' 'python-notify')
9 makedepends=(git)
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"
17 build() {
18   cd ${srcdir}
20   if [ -d $startdir/src/$_gitname ] ; then
21     cd $_gitname && git pull origin
22     msg "Locale files are up-to-date."
23   else
24     git clone $_gitroot
25   fi
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