Unrar

From CBLFS
Revision as of 19:26, 27 April 2009 by Weibullguy (talk | contribs) (Templatized.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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.