GNOME-MIME-Data

From CBLFS
Revision as of 12:02, 15 October 2006 by Jciccone (talk | contribs) (Multilib)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.4/gnome-mime-data-2.4.2.tar.bz2

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