Advertisement
Guest User

g15aiostats-0.23 PKGBUILD

a guest
Dec 1st, 2010
742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.86 KB | None | 0 0
  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 $startdir/src/$pkgname-$pkgver
  16. ./configure
  17. /usr/bin/make || return 1
  18. /bin/mkdir -p $startdir/pkg/usr/bin/
  19. /bin/cp $startdir/src/$pkgname-$pkgver/src/g15aiostats $startdir/pkg/usr/bin/
  20. /bin/mkdir -p $startdir/pkg/usr/share/man/
  21. /bin/cp -r man1 $startdir/pkg/usr/share/man/
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement