Rpm2targz: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| (5 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
|http:// | |http://gentoo.osuosl.org/distfiles/rpm2targz-{{Rpm2targz-Version}}.tar.lzma | ||
|} | |} | ||
| Line 12: | Line 9: | ||
{{Package-Introduction|Converts a .rpm file to a .tar.gz archive|http://www.slackware.com/config/packages.php}} | {{Package-Introduction|Converts a .rpm file to a .tar.gz archive|http://www.slackware.com/config/packages.php}} | ||
{{Note|This is | {{Note|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 == | == Non-Multilib == | ||
| Line 18: | Line 21: | ||
Compile the package: | Compile the package: | ||
make | |||
Install the package: | Install the package: | ||
install | make install | ||
== Multilib == | == Multilib == | ||
| Line 33: | Line 35: | ||
Compile the package: | Compile the package: | ||
CC="${BUILD32}" make | |||
Install the package: | Install the package: | ||
install | make install | ||
=== N32 === | === N32 === | ||
| Line 44: | Line 45: | ||
Compile the package: | Compile the package: | ||
CC="${BUILDN32}" make | |||
Install the package: | Install the package: | ||
install | make install | ||
=== 64Bit === | === 64Bit === | ||
| Line 55: | Line 55: | ||
Compile the package: | Compile the package: | ||
CC="${BUILD64}" make | |||
Install the package: | Install the package: | ||
install | make install | ||
== Contents == | == Contents == | ||
| Line 91: | Line 90: | ||
[[Category:General Utilities]] | [[Category:General Utilities]] | ||
[http://www.example.com link title] | |||
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 |