aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-05-31 14:33:46 -0400
committerMike Frysinger <vapier@gentoo.org>2008-05-31 14:33:46 -0400
commit441e82c9832e2d65fc2db324872928471307dbc4 (patch)
tree7eb0e2d5c922e3c3c00b63fed2e20150e53c9848 /rpm2targz.README
downloadrpm2targz-441e82c9832e2d65fc2db324872928471307dbc4.tar.gz
rpm2targz-441e82c9832e2d65fc2db324872928471307dbc4.tar.bz2
rpm2targz-441e82c9832e2d65fc2db324872928471307dbc4.zip
import rpm2targz-9.0 unmodifiedv9.0
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'rpm2targz.README')
-rw-r--r--rpm2targz.README16
1 files changed, 16 insertions, 0 deletions
diff --git a/rpm2targz.README b/rpm2targz.README
new file mode 100644
index 0000000..9936f05
--- /dev/null
+++ b/rpm2targz.README
@@ -0,0 +1,16 @@
+
+This package contains 'rpm2targz', a simple utility to convert Red Hat-style
+RPM packages into standard tar.gz archives. Converted binary packages can then
+be installed/removed using the 'installpkg/removepkg' commands, or 'pkgtool'.
+
+It's advisable to at least examine the converted package with 'less' to make
+sure it won't do anything too crazy to your system.
+
+By default, rpm2targz will attempt to use "file" to detect source RPMS, and will
+put the contents into a subdirectory in the resulting package. This may not be
+portable to other operating systems -- if you're trying to run rpm2targz on an
+OS that doesn't have a file that knows RPM types, and you care about this source
+RPM feature, you can compile and install David Cantrell's standalone getrpmtype
+utility. The getrpmtype.tar.gz source archive can be found in Slackware's
+source tree in source/a/bin/.
+