
g15aiostats-0.23-1 PKGBUILD
By:
liganic on
Apr 17th, 2011 | syntax:
None | size: 0.74 KB | hits: 90 | expires: Never
# Contributor: refujee <refujee@gmail.com>
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 "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
/usr/bin/make
}
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
}