mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ftgl: added meta information
svn path=/nixpkgs/trunk/; revision=31573
This commit is contained in:
parent
7ccde05271
commit
b7c53fcc4c
@ -13,4 +13,19 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [freetype mesa];
|
buildInputs = [freetype mesa];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = "http://sourceforge.net/apps/mediawiki/ftgl/";
|
||||||
|
description = "font rendering library for OpenGL applications";
|
||||||
|
license = stdenv.lib.licenses.gpl3Plus;
|
||||||
|
|
||||||
|
longDescription = ''
|
||||||
|
FTGL is a free cross-platform Open Source C++ library that uses
|
||||||
|
Freetype2 to simplify rendering fonts in OpenGL applications. FTGL
|
||||||
|
supports bitmaps, pixmaps, texture maps, outlines, polygon mesh,
|
||||||
|
and extruded polygon rendering modes.
|
||||||
|
'';
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.gnu;
|
||||||
|
maintainers = [];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user