GNOME-MIME-Data
From CBLFS
Jump to navigationJump to searchDownload Source: | http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.18/gnome-mime-data-2.18.0.tar.bz2 |
---|
Contents
Introduction to GNOME-MIME-Data
Project Homepage: Unknown
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