diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:59:00 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 20:59:00 +0000 |
commit | 273821c4d377411699fe450ab9d48f7e5933d9b6 (patch) | |
tree | b8174b07e5f6072d89e0ac6466ae83197944712f /pkgtools/url2pkg/DESCR | |
parent | d8ed248248754208ebf0c3a07f7a0847af2e838a (diff) | |
download | pkgsrc-273821c4d377411699fe450ab9d48f7e5933d9b6.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'pkgtools/url2pkg/DESCR')
-rw-r--r-- | pkgtools/url2pkg/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgtools/url2pkg/DESCR b/pkgtools/url2pkg/DESCR new file mode 100644 index 00000000000..72fc41f1651 --- /dev/null +++ b/pkgtools/url2pkg/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 |