Unrar: Difference between revisions

From CBLFS
Jump to navigationJump to search
Webstar (talk | contribs)
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.rarlab.com/rar/unrarsrc-{{Unrar-Version}}.tar.gz |- !Download Patch: | http://server.elsistech.c...
 
Templatized.
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
!Download Source:
!Download Source:
| http://www.rarlab.com/rar/unrarsrc-{{Unrar-Version}}.tar.gz
| http://www.rarlab.com/rar/unrarsrc-{{Unrar-Version}}.tar.gz
|-
!Download Patch:
| http://server.elsistech.com/archlinux/abs/extra/system/unrar/unrar-3.5.2-optimalization-fix.patch
|}
|}


----
----


{{Blank-Package-Introduction}}
{{Package-Introduction|Unrar is a command line application to unpack rar archives.|http://www.rarlab.com/}}
 
== Dependencies ==
 
=== Optional ===
 


== Non-Multilib ==
== Non-Multilib ==


Compile the package:
Compile the package:
patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch


  make -f makefile.unix
  make -f makefile.unix
Line 32: Line 22:


== Multilib ==
== Multilib ==
<b>This package does not provide any libraries so only one installation is required.</b>


=== 32Bit ===
=== 32Bit ===


Compile the package:
Compile the package:
patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch


  make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" -f makefile.unix
  make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" -f makefile.unix
Line 46: Line 36:
  mkdir -vvp /usr/share/licenses/custom/rarsoft &&
  mkdir -vvp /usr/share/licenses/custom/rarsoft &&
  install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/
  install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/


=== N32 ===
=== N32 ===


Compile the package:
Compile the package:
patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch


  make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" -f makefile.unix
  make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" -f makefile.unix
Line 66: Line 53:
Compile the package:
Compile the package:


  patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch
  make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" -f makefile.unix


make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" -f makefile.unix
Install the package
Install the package


Line 76: Line 61:
  install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/
  install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/


= Contents =
== Contents ==
 
{| style="text-align: left;"
|-valign="top"
!Installed Directories:
|None
|-valign="top"
!Installed Programs:
|unrar
|-valign="top"
!Installed Libraries:
|None
|}
 
=== Short Descriptions ===
 
{| style="text-align: left;"
|-valign="top"
!unrar
|is a command line application that unpacks rar archives.
|}


unrar - unpacks .rar archives
[[Category:General Utilities]]

Latest revision as of 02:26, 28 April 2009

Download Source: http://www.rarlab.com/rar/unrarsrc-3.7.8.tar.gz

Introduction to Unrar

Unrar is a command line application to unpack rar archives.

Project Homepage: http://www.rarlab.com/

Non-Multilib

Compile the package:

make -f makefile.unix

Install the package

install -v -m755 unrar /usr/bin/unrar &&
mkdir -vvp /usr/share/licenses/custom/rarsoft &&
install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

make CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" -f makefile.unix

Install the package

install -v -m755 unrar /usr/bin/unrar
mkdir -vvp /usr/share/licenses/custom/rarsoft &&
install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/

N32

Compile the package:

make CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" -f makefile.unix

Install the package

install -v -m755 unrar /usr/bin/unrar
mkdir -vvp /usr/share/licenses/custom/rarsoft &&
install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/

64Bit

Compile the package:

make CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" -f makefile.unix

Install the package

install -v -m755 unrar /usr/bin/unrar
mkdir -vvp /usr/share/licenses/custom/rarsoft &&
install -v -m644 license.txt /usr/share/licenses/custom/rarsoft/

Contents

Installed Directories: None
Installed Programs: unrar
Installed Libraries: None

Short Descriptions

unrar is a command line application that unpacks rar archives.
Retrieved from "?title=Unrar&oldid=18272"