#Packager: George Vlahavas pkgname=cpulimit pkgver=1.5 pkgrel=1gv source=("http://downloads.sourceforge.net/project/limitcpu/limitcpu/cpulimit-$pkgver.tar.gz") url=http://limitcpu.sourceforge.net docs=("readme" "install" "license" "changelog" "authors" "news" "todo") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "cpulimit (CPU Usage Limiter for Linux)" "LimitCPU is a program to throttle the CPU cycles used by other" "applications. LimitCPU will monitor a process and make sure its CPU" "usage stays at or below a given percentage. This can be used to make" "sure your system has plenty of CPU cycles available for other tasks." "It can also be used to keep laptops cool in the face of CPU-hungry" "processes and for limiting virtual machines." ) build() { cd $startdir/src/$pkgname-$pkgver make || return 1 make install PREFIX=$startdir/pkg/usr }