logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (586B)


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