           SPELL=lamp
         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
     SOURCE_HASH=sha512:dfadbc222ecdead14cbdd4d80e18d9fd473825f81d97dfff0addc2225b0eac17813dbb2adf184d16f1f81d798bbc2caec0e9ad7eb557d77d962a49075e00a5ff
      LICENSE[0]=GPL
        KEYWORDS="cpu mobile"
           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
