Gcolor2

From CBLFS
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/gcolor2/gcolor2-0.4.tar.bz2

Introduction to Gcolor2

gcolor2 is a simple color selector based on GTK+2. It allows you to create, name, and save your very own custom colors.

Project Homepage: http://gcolor2.sourceforge.net

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
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="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: /usr/share/pixmaps/gcolor2
Installed Programs: gcolor2
Installed Libraries: None
Symlinks: None

Short Descriptions

gcolor2 is a simple color selector based on Gtk2.