Package: ghc-openglraw
Version: 2.6.0.0
Revision: 3
Source: http://hackage.haskell.org/package/OpenGLRaw-%v/OpenGLRaw-%v.tar.gz
Source-Checksum: SHA256(e962c18eb40d6e1ef7c2c3a877b0be14c35dbf533612d33074d5011bd266cc0d)
SourceDirectory: OpenGLRaw-%v

Depends: <<
  ghc (>= 7.10.3-2), ghc (<< 7.10.3.1-1),
  ghc-half (>= 0.2.2.1-1), ghc-half (<< 0.3-1),
  ghc-text (>= 0.1-1), ghc-text (<< 1.3-1)
<<

Shlibs: <<
  @rpath/libHSOpenGLRaw-2.6.0.0-1O7rZx8l4eIB8ErTGCseBl-ghc7.10.3.dylib 0.0.0 %n (>= 2.6.0.0-1)
<<

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Raw binding for the OpenGL graphics system
DescDetail: <<
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system
and lots of OpenGL extensions. It is basically a 1:1 mapping of
OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw
offers access to all necessary functions, tokens and types plus a
general facility for loading extension entries. The module hierarchy
closely mirrors the naming structure of the OpenGL extensions, making
it easy to find the right module to import. All API entries are loaded
dynamically, so no special C header files are needed for building this
package. If an API entry is not found at runtime, a userError is
thrown.

OpenGL is the industry's most widely used and supported 2D and 3D
graphics application programming interface (API), incorporating a
broad set of rendering, texture mapping, special effects, and other
powerful visualization functions. For more information about OpenGL
and its various extensions, please see http://www.opengl.org/ and
http://www.opengl.org/registry/.
<<
Homepage: http://hackage.haskell.org/package/OpenGLRaw
License: BSD
Maintainer: None <fink-devel@lists.sourceforge.net>