           SPELL=prelink
         VERSION=20050610
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=ftp://people.redhat.com/jakub/$SPELL/$SOURCE
     SOURCE_HASH=sha512:fe6076795cbf682b78b3d19d548ee25c7f08c6a9e55ca3f7020561085589dd3cd663d039bd8735b26a694acba06ab932baf4f0897801869877fb0e8b0c6da963
        WEB_SITE=ftp://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
