L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
gnome-mime-data-2.4.1
Topic:MCJ GNU/Linux Reference OS   Date: 2010-12-11
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Base Reference GNU/Linux Build Sequence

Source code is available here.

To compile and install, run these commands:

cd /sources/ &&
rm -rf gnome-mime-data-2.4.1 &&
tar -xjf gnome-mime-data-2.4.1.tar.bz2 &&
cd gnome-mime-data-2.4.1 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
rm -rf gnome-mime-data-2.4.1

The output should look something like this:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for perl... /usr/bin/perl
checking for gcc... gcc -s
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -s accepts -g... yes
checking for gcc -s option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -s -E
checking for egrep... grep -E
checking for ANSI C header files... yes
.
.
.
	  /bin/install -c -m 644 ./Makefile.in.in \
			  /usr/share/glib-2.0/gettext/po/Makefile.in.in; \
	else \
	  : ; \
	fi
make[1]: Leaving directory `/sources/gnome-mime-data-2.4.1/po'
make[1]: Entering directory `/sources/gnome-mime-data-2.4.1'
make[2]: Entering directory `/sources/gnome-mime-data-2.4.1'
/bin/sh ./mkinstalldirs /etc
 /bin/install -c -m 644 ./gnome-vfs-mime-magic /etc/gnome-vfs-mime-magic
/bin/sh ./mkinstalldirs /usr/share/application-registry
 /bin/install -c -m 644 ./gnome-vfs.applications /usr/share/application-registry/gnome-vfs.applications
/bin/sh ./mkinstalldirs /usr/share/mime-info
 /bin/install -c -m 644 ./gnome-vfs.keys /usr/share/mime-info/gnome-vfs.keys
 /bin/install -c -m 644 ./gnome-vfs.mime /usr/share/mime-info/gnome-vfs.mime
/bin/sh ./mkinstalldirs /usr/lib/pkgconfig
 /bin/install -c -m 644 ./gnome-mime-data-2.0.pc /usr/lib/pkgconfig/gnome-mime-data-2.0.pc
make[2]: Leaving directory `/sources/gnome-mime-data-2.4.1'
make[1]: Leaving directory `/sources/gnome-mime-data-2.4.1'


People:
Places:
Things:
Times:



None of this would be possible without the diligent work of the Linux From Scratch (LFS) project. A tip o' the hat to those intrepid hackers. Much of the OS buld configuration is taken directly from LFS and BLFS.