ITP: makeself -- Utility to generate self-extractable archives
Jari Aalto
jari.aalto@cante.net
Sun Oct 7 18:26:00 GMT 2012
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/makeself/makeself-2.1.5-1.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/makeself/setup.hint
# To check packaging
cd makeself
tar -xf *-src.tar.bz2
./*.sh --color --verbose all
Included in Debian:
http://packages.debian.org/makeself
Jari
[ setup.hint ]
sdesc: "Utility to generate self-extractable archives"
ldesc: "A small utility to generate a self-extractable archive from a
directory. The resulting file appears as a shell script (many of those
have a .run suffix), and can be launched as is. The archive will then
uncompress itself to a temporary directory and an optional arbitrary
command will be executed (for example an installation script). This is
pretty similar to archives generated with WinZip Self-Extractor in the
Windows world. Makeself archives also include checksums for integrity
self-validation (CRC and/or MD5 checksums)."
category: Archive
requires: bzip2
More information about the Cygwin-apps
mailing list