summaryrefslogtreecommitdiff
path: root/archivers/rpm2cpio/pkg-descr
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 04:26:17 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 04:26:17 +0000
commit7998565136323e638904fe28a511f0c42f9ffe23 (patch)
tree1ed05015483fb22c02e53176994b71878ea52bee /archivers/rpm2cpio/pkg-descr
parentUse the proper distfile (oops). (diff)
Import of rpm2cpio (perl version). Converts .rpm files for extraction
with /usr/bin/cpio. Created so there would be a lightweight version that didn't require a tonne of other requirements. PR: 12701 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=20460
Diffstat (limited to '')
-rw-r--r--archivers/rpm2cpio/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/rpm2cpio/pkg-descr b/archivers/rpm2cpio/pkg-descr
new file mode 100644
index 000000000000..dadcd31aaee9
--- /dev/null
+++ b/archivers/rpm2cpio/pkg-descr
@@ -0,0 +1,10 @@
+Convert .rpm files for extraction with /usr/bin/cpio
+
+Quoting the author:
+
+why does the world need another rpm2cpio? because the existing one
+won't build unless you have half a ton of things that aren't really
+required for it, since it uses the same library used to extract RPM's.
+in particular, it won't build on the HPsUX box i'm on.
+
+(this one needs just perl)