diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-05-12 13:25:22 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-05-12 13:25:22 +0000 |
commit | dacc280f40d2de53a1059189bf1d7869d08c6ec8 (patch) | |
tree | 0c0c3e9a3f91e3e3131c84cdaffb239ce779af90 | |
parent | Don't use -g for a C++ program of that size, use $CFLAGS instead. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=10956
-rw-r--r-- | archivers/rpm/pkg-descr | 6 | ||||
-rw-r--r-- | misc/rpm/pkg-descr | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/archivers/rpm/pkg-descr b/archivers/rpm/pkg-descr index 37e6dfd8bce2..d809849d87ed 100644 --- a/archivers/rpm/pkg-descr +++ b/archivers/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 + 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 + |