diff options
author | Andrew Tkalia <anddt@yandex.ru> | 2013-03-11 21:13:25 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:44 -0400 |
commit | 57846f1c776df25787c4bc8c799f285ed19b9e5b (patch) | |
tree | 331f07403b1d61af090d527e4d3df85cbf35fd5a /system/makeself/slack-desc | |
parent | 06195887da295d66b7934634d994aadf905dce3f (diff) | |
download | slackbuilds-57846f1c776df25787c4bc8c799f285ed19b9e5b.tar.gz |
system/makeself: Added (Make self-extractable archives on Unix)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/makeself/slack-desc')
-rw-r--r-- | system/makeself/slack-desc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/makeself/slack-desc b/system/makeself/slack-desc new file mode 100644 index 0000000000..8a92bcc984 --- /dev/null +++ b/system/makeself/slack-desc @@ -0,0 +1,18 @@ +# 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------------------------------------------------------| +makeself: makeself (Make self-extractable archives on Unix) +makeself: +makeself: makeself.sh is a small shell script that generates a self-extractable +makeself: tgz archive from a directory. The resulting file appears as a shell +makeself: script (many of those have a .run suffix), and can be launched as is. +makeself: The archive will then uncompress itself to a temporary directory and +makeself: an optionalarbitrary command will be executed (for example an +makeself: installation script).This is pretty similar to archives generated +makeself: with WinZip Self-Extractor inthe Windows world. Makeself archives +makeself: also include checksums for integrityself-validation (CRC and/or +makeself: MD5 checksums). |