Difference between revisions of "Rpm2targz"

From CBLFS
Jump to navigationJump to search
(Update to 9.0.0.4g, which includes the Gentoo patch and has a Makefile included.)
m
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.
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 87: Line 87:
  
 
[[Category:General Utilities]]
 
[[Category:General Utilities]]
 +
[http://www.example.com link title]

Revision as of 13:52, 13 February 2010

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

Caution.png

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.

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

Short Descriptions

link title