1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/rpm2cpio/pkg-descr
Chris Piazza 7998565136 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>
1999-08-01 04:26:17 +00:00

11 lines
365 B
Plaintext

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)