Difference between revisions of "Rpm2targz"
From CBLFS
Jump to navigationJump to searchm |
(→Requirements) |
||
Line 12: | Line 12: | ||
== Requirements == | == Requirements == | ||
+ | |||
Either [XZ-Utils] (prefered) or [LZMA-Utils] to unpack the tarball. | Either [XZ-Utils] (prefered) or [LZMA-Utils] to unpack the tarball. | ||
Revision as of 12:52, 13 February 2010
Download Source: | http://gentoo.osuosl.org/distfiles/rpm2targz-9.0.0.4g.tar.lzma |
---|
Contents
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.
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 |