libgdiplus: An Open Source implementation of the GDI+ API.

This is part of the Mono project

Requirements:

	This requires the libraries used by the Cairo vector graphics library
	to build (freetype2, fontconfig, Xft2 and libpng, basically).
	See cairo/REAME. Note that libpixman is included in this package already.

To build:

	./configure --prefix=YOUPREFIX
	make

To install:

	make install
