diff options
author | cjep <cjep> | 2002-11-18 15:20:38 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-11-18 15:20:38 +0000 |
commit | 5707d1abee438ad5bbd5791663be43c227db7294 (patch) | |
tree | cea78d49308e72b5687f85b66912b38031b3670b /archivers | |
parent | 15e006c7e52e75a60f2af877707f266b2051a464 (diff) | |
download | pkgsrc-5707d1abee438ad5bbd5791663be43c227db7294.tar.gz |
Initial import of makeself 1.5.3 into the NetBSD packages collection as
archivers/makeself.
makeself is a (very small) shell script that makes neat
self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing. This is in a similar concept to
Windows winzip self-extracting archives.
Noticed in the FreeBSD ports collection.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/makeself/DESCR | 4 | ||||
-rw-r--r-- | archivers/makeself/Makefile | 24 | ||||
-rw-r--r-- | archivers/makeself/PLIST | 2 | ||||
-rw-r--r-- | archivers/makeself/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/archivers/makeself/DESCR b/archivers/makeself/DESCR new file mode 100644 index 00000000000..cb3ee9af6f0 --- /dev/null +++ b/archivers/makeself/DESCR @@ -0,0 +1,4 @@ +makeself is a (very small) shell script that makes neat +self-extracting shell scripts, and allows you to specify a "setup" +command to execute upon finishing. This is in a similar concept to +Windows winzip self-extracting archives. diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile new file mode 100644 index 00000000000..207dff84846 --- /dev/null +++ b/archivers/makeself/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/18 15:20:38 cjep Exp $ +# FreeBSD Id: ports/archivers/makeself/Makefile,v 1.8 2001/07/07 03:47:49 dwcjr Exp + +DISTNAME= makeself-1.5.3 +CATEGORIES= archivers +MASTER_SITES= http://linuxberg.tele.net/files/console/file/ +EXTRACT_SUFX= .gz.sh + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.lokigames.com/~megastep/makeself/ +COMMENT= neat script to make self-extracting archives + +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKDIR} +NO_BUILD= yes + +# The DISPLAY thing is to prevent the script from trying to launch a xterm +# just to extract the source. +pre-patch: + (cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTFILES}) + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/makeself/PLIST b/archivers/makeself/PLIST new file mode 100644 index 00000000000..ce619a948f4 --- /dev/null +++ b/archivers/makeself/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/18 15:20:38 cjep Exp $ +bin/makeself diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo new file mode 100644 index 00000000000..82e0a5cb51f --- /dev/null +++ b/archivers/makeself/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/18 15:20:38 cjep Exp $ + +SHA1 (makeself-1.5.3.gz.sh) = 4c8ca0fd3db3b843a623b4776c7660ff8212284c +Size (makeself-1.5.3.gz.sh) = 19632 bytes |