           SPELL=prelink
         VERSION=20130503
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://people.redhat.com/jakub/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
        WEB_SITE=http://people.redhat.com/jakub/$SPELL/
         ENTERED=20031203
          CCACHE="off"
    DISTCC_HOSTS=
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="prelink reduces relocation loading time and memory consumption"
cat << EOF
prelink is a program which modifies ELF shared libraries and ELF 
dynamically linked binaries, so that the time which dynamic linker needs 
for their relocation at startup significantly decreases and also due to 
fewer relocations the run-time memory consumption decreases too 
(especially number of unshareable pages). Such prelinking information is 
only used if all its dependent libraries have not changed since 
prelinking, otherwise programs are relocated normally.   
EOF
