diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-05-06 04:24:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-05-06 04:24:10 +0000 |
commit | 8ddfe0ed068f35630c328278ce70f5777623a49b (patch) | |
tree | 7cc3ad91dbb8c5fab24c94edf9b64f6affc7456f /pkgtools | |
parent | ad5fa723de5c7f7920f5c0974834c5f3bf3b2b0f (diff) | |
download | pkgsrc-8ddfe0ed068f35630c328278ce70f5777623a49b.tar.gz |
Script to help bootstrapping pkgs
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/url2pkg/Makefile | 18 | ||||
-rw-r--r-- | pkgtools/url2pkg/files/md5 | 3 | ||||
-rw-r--r-- | pkgtools/url2pkg/pkg/COMMENT | 1 | ||||
-rw-r--r-- | pkgtools/url2pkg/pkg/DESCR | 9 | ||||
-rw-r--r-- | pkgtools/url2pkg/pkg/PLIST | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile new file mode 100644 index 00000000000..9bfb9c1b0c8 --- /dev/null +++ b/pkgtools/url2pkg/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 04:24:10 hubertf Exp $ +# + +DISTNAME= url2pkg-1.3 +CATEGORIES= pkgtools sysutils +MASTER_SITES= http://rfhs8012.fh-regensburg.de/~feyrer/Misc/ +EXTRACT_SUFX= # Nothing + +MAINTAINER= hubertf@netbsd.org + +NO_BUILD= YES +NO_PATCH= YES +EXTRACT_CMD= ${ECHO_CMD} + +do-install: + ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${LOCALBASE}/bin/${DISTNAME:C/-.*$//} + +.include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/url2pkg/files/md5 b/pkgtools/url2pkg/files/md5 new file mode 100644 index 00000000000..98fe5f20369 --- /dev/null +++ b/pkgtools/url2pkg/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/05/06 04:24:11 hubertf Exp $ + +MD5 (url2pkg-1.2) = 0023c2d09c5b1c84ed65c18cd450f8a2 diff --git a/pkgtools/url2pkg/pkg/COMMENT b/pkgtools/url2pkg/pkg/COMMENT new file mode 100644 index 00000000000..3deaf2357c5 --- /dev/null +++ b/pkgtools/url2pkg/pkg/COMMENT @@ -0,0 +1 @@ +Shellscript to help with the first steps to build a package. diff --git a/pkgtools/url2pkg/pkg/DESCR b/pkgtools/url2pkg/pkg/DESCR new file mode 100644 index 00000000000..72fc41f1651 --- /dev/null +++ b/pkgtools/url2pkg/pkg/DESCR @@ -0,0 +1,9 @@ +Shellscript that will take an URL of a source .tar.gz (or other) +file, and perform some steps to generate a package: + + - setup a basic Makefile + - run "make fetch" and "make makesum" + - generate a dummy pkg/PLIST + - run "make extract" + - try to find out the WRKSRC (if needed) + - try to find out of this package uses GNU auto-configure diff --git a/pkgtools/url2pkg/pkg/PLIST b/pkgtools/url2pkg/pkg/PLIST new file mode 100644 index 00000000000..a4bbd3cfa0b --- /dev/null +++ b/pkgtools/url2pkg/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/06 04:24:11 hubertf Exp $ +bin/url2pkg |