Irssi

From CBLFS
Revision as of 14:32, 27 October 2006 by Jciccone (talk | contribs) (Optional)
Jump to navigationJump to search
Download Source: http://www.irssi.org/files/irssi-0.8.10a.tar.bz2
Download Patch: http://oppiz.net/irssi-0.8.10-gslice-1.patch

Dependencies

Optional

Non-Multilib

Compile the package:

patch -Np1 -i ../irssi-0.8.10-gslice-1.patch
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Multilib

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

32Bit

Compile the package:

patch -Np1 -i ../irssi-0.8.10-gslice-1.patch
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

N32

Compile the package:

patch -Np1 -i ../irssi-0.8.10-gslice-1.patch
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

64Bit

Compile the package:

patch -Np1 -i ../irssi-0.8.10-gslice-1.patch
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64  \
./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc &&
make

Install the package

make install