makeself is a small shell script that generates a self-extractible

tar.gz archive from a directory. The resulting file appears as a
shell script, and can be launched as is. The archive will then
uncompress itself to a temporary directory and an arbitrary command
will be executed (for example, an installation script).
This commit is contained in:
reinhard 2001-11-27 15:06:49 +00:00
parent 497da1f88f
commit d37b1322fa
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,35 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/27 15:06:49 reinhard Exp $
# Original from: Stéphane Peter <megastep@megastep.org>
COMMENT= "script generating a self-extractible .tgz from a directory"
DISTNAME= makeself
PKGNAME= makeself-1.5.5
CATEGORIES= archivers misc
NEED_VERSION= 1.500
HOMEPAGE= http://www.megastep.org/makeself/
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_ONLY=
EXTRACT_SUFX= .gz.sh
NO_BUILD= Yes
NO_REGRESS= Yes
post-extract:
@cd ${WRKDIR} && ${SH} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
do-install:
${INSTALL_SCRIPT} ${WRKDIST}/makeself.sh ${PREFIX}/bin/makeself.sh
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (makeself.gz.sh) = 5f9e8ff821f5e5cc38eb86882d288343
RMD160 (makeself.gz.sh) = 0d4be6626b3d3147f0852afcb088d2427bbc651f
SHA1 (makeself.gz.sh) = ced93bc4ce7a609969e9fce7e5b89cfcc10125f4

View File

@ -0,0 +1,5 @@
makeself is a small shell script that generates a self-extractible
tar.gz archive from a directory. The resulting file appears as a
shell script, and can be launched as is. The archive will then
uncompress itself to a temporary directory and an arbitrary command
will be executed (for example, an installation script).

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/27 15:06:49 reinhard Exp $
bin/makeself.sh