diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2010-10-18 22:34:15 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:23 -0500 |
commit | c6fd0d7eea61f9b26d0020a47b628b17f3f0fcfd (patch) | |
tree | 420a47e519ff6236f0c9e22011be21ab6af14353 /system/prelink/slack-desc | |
parent | b760f054f3006aa6393ab8e7497c0c0767f56f5a (diff) | |
download | slackbuilds-c6fd0d7eea61f9b26d0020a47b628b17f3f0fcfd.tar.gz |
system/prelink: Added (ELF prelinking utility)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/prelink/slack-desc')
-rw-r--r-- | system/prelink/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/prelink/slack-desc b/system/prelink/slack-desc new file mode 100644 index 0000000000..8714d7213c --- /dev/null +++ b/system/prelink/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +prelink: prelink (ELF prelinking utility) +prelink: +prelink: prelink is a program which modifies shared ELF libraries and +prelink: dynamically linked ELF binaries so that the time the dynamic +prelink: linker needs for their relocation at startup is significantly +prelink: decreased. Also, due to fewer relocations, the run-time +prelink: memory consumption of libraries/binaries is decreased. +prelink: +prelink: Homepage: http://people.redhat.com/jakub/prelink/ +prelink: +prelink: |