# Contributor: refujee pkgname=g15aiostats pkgver=0.23 pkgrel=1 pkgdesc="A plugin that displays the current time, date, per core CPU usage, upload and download ne twork rates, disk read, write and usage, memory usage, and a timer all on one screen and all at a smooth 20 FPS." arch=(i686 x86_64) url="http://www.g15tools.com/forum/viewtopic.php?f=13&t=294" license=('GPL') depends=(libgtop libg15render g15daemon boost lm_sensors) source=(http://g15aiostats.googlecode.com/files/$pkgname-$pkgver.tar.gz) md5sums=('d914c57fe3a603bc5f671384bfd96167') build() { cd $startdir/src/$pkgname-$pkgver ./configure /usr/bin/make || return 1 /bin/mkdir -p $startdir/pkg/usr/bin/ /bin/cp $startdir/src/$pkgname-$pkgver/src/g15aiostats $startdir/pkg/usr/bin/ /bin/mkdir -p $startdir/pkg/usr/share/man/ /bin/cp -r man1 $startdir/pkg/usr/share/man/ }