Difference between revisions of "Rpm2targz"

From CBLFS
Jump to navigationJump to search
(Added page)
 
m (Requirements)
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
|http://prometheus.cs.wmich.edu/gentoo/distfiles/rpm2targz-{{Rpm2targz-Version}}.tar.gz
+
|http://gentoo.osuosl.org/distfiles/rpm2targz-{{Rpm2targz-Version}}.tar.lzma
|-
 
!Download Patch:
 
|http://svn.cross-lfs.org/svn/repos/patches/rpm2targz/rpm2targz-{{Rpm2targz-Version}}-fixes-1.patch
 
 
|}
 
|}
  
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:
  
  patch -Np1 -i ./rpm2targz-{{Rpm2targz-Version}}-fixes-1.patch &&
+
  make
gcc rpmoffset.c -o rpmoffset
 
  
 
Install the package:
 
Install the package:
  
  install -vm755 rpm2targz rpmoffset /usr/bin
+
  make install
  
 
== Multilib ==
 
== Multilib ==
Line 31: Line 35:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ./rpm2targz-{{Rpm2targz-Version}}-fixes-1.patch &&
+
  CC="${BUILD32}" make
gcc ${BUILD32} rpmoffset.c -o rpmoffset
 
  
 
Install the package:
 
Install the package:
  
  install -vm755 rpm2targz rpmoffset /usr/bin
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 42: Line 45:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ./rpm2targz-{{Rpm2targz-Version}}-fixes-1.patch &&
+
  CC="${BUILDN32}" make
gcc ${BUILDN32} rpmoffset.c -o rpmoffset
 
  
 
Install the package:
 
Install the package:
  
  install -vm755 rpm2targz rpmoffset /usr/bin
+
  make install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 53: Line 55:
 
Compile the package:
 
Compile the package:
  
  patch -Np1 -i ./rpm2targz-{{Rpm2targz-Version}}-fixes-1.patch &&
+
  CC="${BUILD64}" make
gcc ${BUILD64} rpmoffset.c -o rpmoffset
 
  
 
Install the package:
 
Install the package:
  
  install -vm755 rpm2targz rpmoffset /usr/bin
+
  make install
  
 
== Contents ==
 
== Contents ==
Line 87: Line 88:
 
|
 
|
 
|}
 
|}
 +
 +
[[Category:General Utilities]]
 +
[http://www.example.com link title]

Latest revision as of 17:00, 28 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

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.

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

Short Descriptions

link title