diff options
author | wosch <wosch@FreeBSD.org> | 1998-05-12 21:25:22 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-05-12 21:25:22 +0800 |
commit | 37a09d7d2be66cd81664181a043584173b292ac3 (patch) | |
tree | 1f007adeeaab28c11fa8a2bbb0f2ced84fb0760c /misc/rpm/pkg-descr | |
parent | d74ea875709a55b815c3655bdbd87c62f543010e (diff) | |
download | freebsd-ports-gnome-37a09d7d2be66cd81664181a043584173b292ac3.tar.gz freebsd-ports-gnome-37a09d7d2be66cd81664181a043584173b292ac3.tar.zst freebsd-ports-gnome-37a09d7d2be66cd81664181a043584173b292ac3.zip |
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/rpm/pkg-descr')
-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 37e6dfd8bce2..d809849d87ed 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 + |