           SPELL=lamp
       BUILD_API=2
         VERSION=
          SOURCE=$SPELL.tgz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/LAMP
   SOURCE_URL[0]=http://gandalf.ics.uci.edu/~haldar/lamp/$SOURCE
        WEB_SITE=http://gandalf.ics.uci.edu/~haldar/lamp/
         ENTERED=20050109
         UPDATED=20050109
          MD5[0]=57fef4795733c720faa248d6fb0760ca
      LICENSE[0]=GPL
           SHORT="LAMP adapts the CPU frequency according to CPU load"
cat << EOF
LAMP (Linux And Managed Power) is a simple user-level tool to adapt
CPU frequency to CPU load, to achieve a balance between performance
and battery life for laptops.
LAMP simply follows CPU load. It regularly monitors CPU load
(every 1 second), and if this crosses a threshold (50%), 
it steps up to the processor's maximum frequency. 
If the load falls below the threshold, it steps down to a lower frequency.
EOF
