Libcroco: Difference between revisions

From CBLFS
Jump to navigationJump to search
Kalessin (talk | contribs)
I added the package description from BLFS.
Kalessin (talk | contribs)
I added the "Contents" section from BLFS.
Line 75: Line 75:
  install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-0.6.1 &&
  install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-0.6.1 &&
  install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-0.6.1/examples
  install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-0.6.1/examples
= Contents =
{| style="text-align: left;"
|-
! Installed Programs:
| croco-0.6-config and csslint-0.6
|-
! Installed Libraries:
| libcroco-0.6.{so,a}
|-
! Installed Directories:
| /usr/include/libcroco-0.6.1 and /usr/share/doc/libcroco-0.6.1
|}
=== Short Descriptions ===
{| style="text-align: left;"
|-
! croco-0.6-config
| ???
|-
! csslint-0.6
| ???
|-
! libcroco-0.6.{so,a}
| ???
|}

Revision as of 21:42, 7 December 2006

Download Source: http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/libcroco-0.6.1.tar.bz2

Introduction to libcroco

The libcroco package contains libcroco libraries. This is useful for providing a CSS API.

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install &&
install -v -m755 -d /usr/share/doc/libcroco-0.6.1/examples &&
install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-0.6.1 &&
install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-0.6.1/examples

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package

make install &&
mv -v /usr/bin/croco-0.6-config{,-32}

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 &&
mv -v /usr/bin/croco-0.6-config{,-n32}

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 &&
mv -v /usr/bin/croco-0.6-config{,-32} &&
ln -sfv multiarch_wrapper /usr/bin/croco-0.6-config &&
install -v -m755 -d /usr/share/doc/libcroco-0.6.1/examples &&
install -v -m644 README docs/usage.txt /usr/share/doc/libcroco-0.6.1 &&
install -v -m644 docs/examples/*.c /usr/share/doc/libcroco-0.6.1/examples

Contents

Installed Programs: croco-0.6-config and csslint-0.6
Installed Libraries: libcroco-0.6.{so,a}
Installed Directories: /usr/include/libcroco-0.6.1 and /usr/share/doc/libcroco-0.6.1

Short Descriptions

croco-0.6-config ???
csslint-0.6 ???
libcroco-0.6.{so,a} ???