1 # Maintainer: Mario Blättermann <mariobl@gnome.org>
6 pkgdesc="Shows the usage of each core in the system"
8 url="http://www.bitmania.de/index.php?blog=35"
12 source=(http://www.dockapps.org/download.php/id/853/$pkgname_$pkgver.tar.gz)
13 md5sums=(902e0be970c0371b8ec4b44f82271917)
22 mkdir -p $startdir/pkg/usr/bin/
23 install -c $pkgname $startdir/pkg/usr/bin/
25 mkdir -p $startdir/pkg/usr/share/doc/$pkgname/
26 install -c README $startdir/pkg/usr/share/doc/$pkgname
29 # vim:set ts=2 sw=2 et: