diff options
author | wosch <wosch@FreeBSD.org> | 1998-05-12 13:25:22 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-05-12 13:25:22 +0000 |
commit | 37a09d7d2be66cd81664181a043584173b292ac3 (patch) | |
tree | 1f007adeeaab28c11fa8a2bbb0f2ced84fb0760c /misc | |
parent | d74ea875709a55b815c3655bdbd87c62f543010e (diff) | |
download | FreeBSD-ports-37a09d7d2be66cd81664181a043584173b292ac3.zip FreeBSD-ports-37a09d7d2be66cd81664181a043584173b292ac3.tar.gz |
Add reference to the rpm2cpio converter written in perl. You still
need GNU cpio and gzip, but at least you don't have to install the
whole RPM manager to get the files in an RPM.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/rpm/pkg-descr b/misc/rpm/pkg-descr index 37e6dfd..d809849 100644 --- a/misc/rpm/pkg-descr +++ b/misc/rpm/pkg-descr @@ -1 +1,7 @@ This is the Red Hat Package Manager. + +There is also a rpm2cpio converter written in perl. You still need GNU +cpio and gzip, but at least you don't have to install the whole RPM +manager to get the files in an RPM. See +http://www.eleves.ens.fr:8080/home/espel/hacks.html + |