           SPELL=cpulimit
         VERSION=1.1
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_URL=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_HASH=sha512:dfc111e90ee01f1f5277b5be1e5f9dbccb560dced335207b58b5db2a370013f76dd557dd3f63d9501011f3b34c41e21b5845fc4ac00f3eceac8b1179db1c747b
        WEB_SITE=http://cpulimit.sourceforge.net
         ENTERED=20081216
      LICENSE[0]=GPL
           SHORT="limits the cpu usage of a process (expressed in percentage, not in cpu time)"
cat << EOF
cpulimit is a simple program that attempts to limit the cpu usage of a process
(expressed in percentage, not in cpu time). This is useful to control batch
jobs, when you don't want them to eat too much cpu.
It does not act on the nice value or other scheduling priority stuff, but
on the real cpu usage. Also, it is able to adapt itself to the overall
system load, dynamically and quickly

For the technical interested: It sends SIGSTOP/CONT in a timed manner to let the
process sleep part-time.
EOF
