Difference between revisions of "Rpm2targz"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
m (→Requirements) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |http:// | + | |http://gentoo.osuosl.org/distfiles/rpm2targz-{{Rpm2targz-Version}}.tar.lzma |
− | |||
− | |||
− | |||
|} | |} | ||
Line 11: | Line 8: | ||
{{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 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 16: | Line 21: | ||
Compile the package: | Compile the package: | ||
− | + | make | |
− | |||
Install the package: | Install the package: | ||
− | install | + | make install |
== Multilib == | == Multilib == | ||
Line 31: | Line 35: | ||
Compile the package: | Compile the package: | ||
− | + | CC="${BUILD32}" make | |
− | |||
Install the package: | Install the package: | ||
− | install | + | make install |
=== N32 === | === N32 === | ||
Line 42: | Line 45: | ||
Compile the package: | Compile the package: | ||
− | + | CC="${BUILDN32}" make | |
− | |||
Install the package: | Install the package: | ||
− | install | + | make install |
=== 64Bit === | === 64Bit === | ||
Line 53: | Line 55: | ||
Compile the package: | Compile the package: | ||
− | + | CC="${BUILD64}" make | |
− | |||
Install the package: | Install the package: | ||
− | install | + | make install |
== Contents == | == Contents == | ||
Line 87: | Line 88: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | [[Category:General Utilities]] | ||
+ | [http://www.example.com link title] |
Latest revision as of 16:00, 28 December 2011
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.
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 |