#Maintainer: Nigel Bosch pkgname=hot-babe pkgver=0.2.2 pkgrel=1 zenver=54 arch=i486 source=("http://users.axxium.us/user-accounts/sparky/packages/$pkgname/$pkgname-$pkgver.tar.bz2") docs=("contributors" "changelog" "license" "news" "todo") url=http://dindinx.net/hotbabe/ sourcetemplate=http://users.axxium.us/user-accounts/sparky/packages/$pkgname/ slackdesc=\ ( #|-----handy-ruler-----------------------------------------------------| "$pkgname - Displays CPU usage level in a very entertaining way" "Hot-babe is a small graphical utility which displays the system" "activity in a very special way. When the CPU is idle, it displays a" "dressed girl, and when the activity goes up, as the temperature" "increases, the girl begins to undress, to finish totally naked when" "the system activity reaches 100%. Of course, if you can be shocked by" "nudity, don't use it!" ) build() { cd $startdir/src/$pkgname-$pkgver sed 's|PREFIX := /usr/local|PREFIX := /usr|g' Makefile > Makefile.tmp mv -f Makefile.tmp Makefile make || return 1 make install DESTDIR=$startdir/pkg }