diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-09-18 14:37:59 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-09-21 22:11:08 -0500 |
commit | a1d08a2f5c442432b9cf083e717b8d315205dead (patch) | |
tree | ddfeb434fcabd0de3f8a48ed60494807f8efe714 /system/upx/README | |
parent | 80f94d000c1b5bf429db7da6373197ca2bd9d88a (diff) | |
download | slackbuilds-a1d08a2f5c442432b9cf083e717b8d315205dead.tar.gz |
system/upx: Added (Ultimate Packer for eXecutables)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/upx/README')
-rw-r--r-- | system/upx/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/upx/README b/system/upx/README new file mode 100644 index 0000000000..b06c7bac41 --- /dev/null +++ b/system/upx/README @@ -0,0 +1,6 @@ +UPX achieves an excellent compression ratio and offers very fast +decompression. Your executables suffer no memory overhead or other +drawbacks for most of the formats supported, because of in-place +decompression. + +This requires ucl at build-time. |