1. # Contributor: refujee <refujee@gmail.com>
  2. pkgname=g15aiostats
  3. pkgver=0.23
  4. pkgrel=1
  5. pkgdesc="A plugin that displays the current time, date, per core CPU usage, upload and download ne
  6. twork rates, disk read, write and usage, memory usage, and a timer all on one screen and all at a smooth 20 FPS."
  7. arch=(i686 x86_64)
  8. url="http://www.g15tools.com/forum/viewtopic.php?f=13&t=294"
  9. license=('GPL')
  10. depends=(libgtop libg15render g15daemon boost lm_sensors)
  11. source=(http://g15aiostats.googlecode.com/files/$pkgname-$pkgver.tar.gz)
  12. md5sums=('d914c57fe3a603bc5f671384bfd96167')
  13.  
  14. build() {
  15. cd "$srcdir"/$pkgname-$pkgver
  16. ./configure --prefix=/usr
  17. /usr/bin/make
  18. }
  19.  
  20. package() {
  21. cd "$srcdir"/$pkgname-$pkgver
  22. make DESTDIR="$pkgdir" install
  23. }