GNOME-MIME-Data

From CBLFS
Revision as of 07:25, 26 April 2007 by Weibullguy (talk | contribs) (Description)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.18/gnome-mime-data-2.18.0.tar.bz2

Introduction to GNOME-MIME-Data

GNOME Mime Data is a module which contains the base MIME and Application database for GNOME.

Project Homepage: http://www.gnome.org/

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install

Multilib

Although gnome-mime-data does not provide any binaries or libraries it is still installed more then once for the .pc file.

32Bit

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --mandir=${GNOME_PREFIX}/share/man &&
make

Install the package

make install

N32

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --mandir=${GNOME_PREFIX}/share/man --libdir=${GNOME_PREFIX}/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --mandir=${GNOME_PREFIX}/share/man --libdir=${GNOME_PREFIX}/lib64 &&
make

Install the package

make install