19 lines
725 B
XML
19 lines
725 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>haskell</herd>
|
|
<maintainer>
|
|
<email>haskell@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
A Haskell binding for the OpenGL Utility Toolkit, a window system independent
|
|
toolkit for writing OpenGL programs. For more information about the C library
|
|
on which this binding is based, please see:
|
|
<http://www.opengl.org/resources/libraries/glut/>.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="usenativewindowslibraries">When compiling under
|
|
Windows, use the native libraries instead of e.g. the ones
|
|
coming with Cygwin.</flag>
|
|
</use>
|
|
</pkgmetadata>
|