blob: cc385decf7fd76127263800926048c1abe052c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
The Fast Light ToolKit is a cross-platform C++ user interface
toolkit for X and OpenGL. FLTK (pronounced "fulltick") provides GUI
functionality and supports 3D graphics via OpenGL and its built-in
GLUT emulation. FLTK also includes a UI builder called FLUID that
can be used to create applications.
</longdescription>
<upstream>
<remote-id type="github">fltk/fltk</remote-id>
</upstream>
<use>
<flag name="games">Builds and installs some extra games</flag>
</use>
</pkgmetadata>
|