GNOME-MIME-Data
From CBLFS
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
cp gnome-mime-data-2.0.pc ${GNOME_PREFIX}/lib/pkgconfig/
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
mv -v ${GNOME_PREFIX}/{share,lib}/pkgconfig/gnome-mime-data-2.0.pc
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
mv -v ${GNOME_PREFIX}/{share,lib32}/pkgconfig/gnome-mime-data-2.0.pc
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
mv -v ${GNOME_PREFIX}/{share,lib64}/pkgconfig/gnome-mime-data-2.0.pc