Difference between revisions of "GMime"

From CBLFS
Jump to navigationJump to search
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://spruce.sourceforge.net/gmime/sources/v{{GMime-Version2}}/gmime-{{GMime-Version}}.tar.gz
+
| http://ftp.gnome.org/pub/gnome/sources/gmime/{{GMime-Version2}}/gmime-{{GMime-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to GMime ==
+
{{Package-Introduction|GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).|http://spruce.sourceforge.net/gmime/}}
 
 
GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).
 
 
 
'''Project Home Page''': http://spruce.sourceforge.net/gmime/
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 17: Line 13:
 
=== Required ===
 
=== Required ===
 
* [[Glib2]]
 
* [[Glib2]]
 +
 
=== Optional ===
 
=== Optional ===
 
* [[Mono]] and [[Gtk-Sharp]] (Required to build [[Beagle]])
 
* [[Mono]] and [[Gtk-Sharp]] (Required to build [[Beagle]])
Line 87: Line 84:
 
| None
 
| None
 
|}
 
|}
 +
 +
[[Category:General Libs]]

Latest revision as of 02:19, 1 May 2009

Download Source: http://ftp.gnome.org/pub/gnome/sources/gmime/2.4/gmime-2.4.13.tar.bz2

Introduction to GMime

GMime is a set of utilities for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME).

Project Homepage: http://spruce.sourceforge.net/gmime/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install &&
mv -v /usr/bin/gmime-config{,-32}

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install &&
mv -v /usr/bin/gmime-config{,-n32}

64bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install &&
mv -v /usr/bin/gmime-config{,-64} &&
ln -sfv multiarch_wrapper /usr/bin/gmime-config

Contents

Installed Programs: gmime-config uudecode uuencode
Installed Libraries: libgmime-2.0{.so,a,la}
Installed Directories: None