diff options
author | agc <agc@pkgsrc.org> | 2005-04-20 09:36:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-04-20 09:36:00 +0000 |
commit | 3375751ac4d45a86aa41328b9f3db9a1483832ca (patch) | |
tree | 3490b2eeee6d0ac026bcdfea4bb65d285a8cd7a0 /pkgtools/genrpm/PLIST | |
parent | 81663f4f91940760f6e2461210416582cf7e173d (diff) | |
download | pkgsrc-3375751ac4d45a86aa41328b9f3db9a1483832ca.tar.gz |
Initial import of genrpm-1.0, a tool to generate rpm packages.
This package installs a script called genrpm, which is used to
generate a Redhat Package Manager (RPM) package from an installed
pkgsrc package. It does this by generating a spec file, and using
that to identify the components of the RPM and package them.
If a pkgsrc tree is present on the system, a source RPM (or srpm)
can also be generated. This will include the distfile, any pkgsrc
patches, and the files used to accomplish the pkgsrc packaging.
Diffstat (limited to 'pkgtools/genrpm/PLIST')
-rw-r--r-- | pkgtools/genrpm/PLIST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgtools/genrpm/PLIST b/pkgtools/genrpm/PLIST new file mode 100644 index 00000000000..cc5ff676cac --- /dev/null +++ b/pkgtools/genrpm/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/20 09:36:00 agc Exp $ +man/cat8/genrpm.0 +man/man8/genrpm.8 +sbin/genrpm |