GNOME-MIME-Data: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) Description |
||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{ | {{Package-Introduction|GNOME Mime Data is a module which contains the base MIME and Application database for GNOME.|http://www.gnome.org/}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 06:25, 26 April 2007
| 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