Unrar

From CBLFS
Revision as of 02:40, 13 January 2008 by 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...)
(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
Download Patch: http://server.elsistech.com/archlinux/abs/extra/system/unrar/unrar-3.5.2-optimalization-fix.patch

Introduction to Unrar

Project Homepage: Unknown

Dependencies

Optional

Non-Multilib

Compile the package:

patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch
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

32Bit

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

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:

patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch
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:

patch -Np1 -i ../unrar-3.5.2-optimalization-fix.patch
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

unrar - unpacks .rar archives