pkgsrc-wip/hs-x11/INSTALL
2009-08-09 18:16:17 +00:00

51 lines
2 KiB
Text

case ${STAGE} in
POST-INSTALL)
echo 'name: X11
version: @PKGVERSION@
license: BSD3
copyright: Alastair Reid, 1999-2003, libraries@haskell.org 2003-2007
maintainer: Don Stewart <dons@galois.com>
stability:
homepage: http://darcs.haskell.org/X11
package-url:
description: A Haskell binding to the X11 graphics library.
.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at <http://tronche.com/gui/x/xlib/>.
category: Graphics
author:
exposed: True
exposed-modules: Graphics.X11 Graphics.X11.Types Graphics.X11.Xlib
Graphics.X11.Xlib.Atom Graphics.X11.Xlib.Color
Graphics.X11.Xlib.Context Graphics.X11.Xlib.Display
Graphics.X11.Xlib.Event Graphics.X11.Xlib.Font
Graphics.X11.Xlib.Misc Graphics.X11.Xlib.Region
Graphics.X11.Xlib.Screen Graphics.X11.Xlib.Types
Graphics.X11.Xlib.Window Graphics.X11.Xlib.Image
Graphics.X11.Xlib.Extras Graphics.X11.Xinerama
Graphics.X11.ExtraTypes Graphics.X11.ExtraTypes.AP
Graphics.X11.ExtraTypes.DEC Graphics.X11.ExtraTypes.HP
Graphics.X11.ExtraTypes.Sun Graphics.X11.ExtraTypes.XF86
Graphics.X11.ExtraTypes.XorgDefault
hidden-modules:
import-dirs: @PREFIX@/lib/X11-@PKGVERSION@/ghc-@GHCVERSION@
library-dirs: @PREFIX@/lib/X11-@PKGVERSION@/ghc-@GHCVERSION@
hs-libraries: HSX11-@PKGVERSION@
extra-libraries: X11
extra-ghci-libraries:
include-dirs: @PREFIX@/lib/X11-@PKGVERSION@/ghc-@GHCVERSION@/include
includes: HsXlib.h HsAllKeysyms.h
depends: base-3.0.2.0
hugs-options:
cc-options: -I/usr/X11R7/include
ld-options: -L/usr/X11R7/lib -R/usr/X11R7/lib
framework-dirs:
frameworks:
haddock-interfaces: @PREFIX@/share/doc/X11-@PKGVERSION@/html/X11.haddock
haddock-html: @PREFIX@/share/doc/X11-@PKGVERSION@/html
' | @PREFIX@/bin/ghc-pkg update -
;;
esac