Rpm2targz: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 13: | Line 13: | ||
== Requirements == | == Requirements == | ||
Either [XZ-Utils] (prefered) or [LZMA-Utils] to unpack the tarball. | Either [[XZ-Utils]] (prefered) or [[LZMA-Utils]] to unpack the tarball. | ||
[[Cpio]] (runtime requirement) | |||
== Non-Multilib == | == Non-Multilib == | ||
Latest revision as of 00:00, 29 December 2011
| Download Source: | http://gentoo.osuosl.org/distfiles/rpm2targz-9.0.0.4g.tar.lzma |
|---|
Introduction to Rpm2targz
Converts a .rpm file to a .tar.gz archive
Project Homepage: http://www.slackware.com/config/packages.php
This is Gentoos's rpm2targz patched to add bzip2 support, support for other than bash, secure tempfile, non-GNU portability, and causes rpm2targz to extract to current directory.
Requirements
Either XZ-Utils (prefered) or LZMA-Utils to unpack the tarball.
Cpio (runtime requirement)
Non-Multilib
Compile the package:
make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="${BUILD32}" make
Install the package:
make install
N32
Compile the package:
CC="${BUILDN32}" make
Install the package:
make install
64Bit
Compile the package:
CC="${BUILD64}" make
Install the package:
make install
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | rpm2targz, rpmoffset |
| Installed Libraries: | None |