2007-12-10 18:02:57 +01:00
|
|
|
case ${STAGE} in
|
|
|
|
POST-INSTALL)
|
|
|
|
echo 'name: xmonad
|
2008-03-06 18:48:48 +01:00
|
|
|
version: @PKGVERSION@
|
2007-12-10 18:02:57 +01:00
|
|
|
license: BSD3
|
|
|
|
copyright:
|
|
|
|
maintainer: xmonad@haskell.org
|
|
|
|
stability:
|
|
|
|
homepage: http://xmonad.org
|
|
|
|
package-url:
|
|
|
|
description: xmonad is a tiling window manager for X. Windows are arranged
|
|
|
|
automatically to tile the screen without gaps or overlap, maximising
|
|
|
|
screen use. All features of the window manager are accessible from
|
|
|
|
the keyboard: a mouse is strictly optional. xmonad is written and
|
|
|
|
extensible in Haskell. Custom layout algorithms, and other
|
|
|
|
extensions, may be written by the user in config files. Layouts are
|
|
|
|
applied dynamically, and different layouts may be used on each
|
|
|
|
workspace. Xinerama is fully supported, allowing windows to be tiled
|
|
|
|
on several screens.
|
|
|
|
category: System
|
|
|
|
author: Spencer Janssen
|
|
|
|
exposed: True
|
|
|
|
exposed-modules: XMonad XMonad.Main XMonad.Core XMonad.Config
|
|
|
|
XMonad.Layout XMonad.ManageHook XMonad.Operations XMonad.StackSet
|
|
|
|
hidden-modules:
|
2008-03-06 18:48:48 +01:00
|
|
|
import-dirs: @PREFIX@/lib/xmonad-@PKGVERSION@/ghc-@GHCVERSION@
|
|
|
|
library-dirs: @PREFIX@/lib/xmonad-@PKGVERSION@/ghc-@GHCVERSION@
|
|
|
|
hs-libraries: HSxmonad-@PKGVERSION@
|
2007-12-10 18:02:57 +01:00
|
|
|
extra-libraries:
|
|
|
|
extra-ghci-libraries:
|
|
|
|
include-dirs:
|
|
|
|
includes:
|
2009-08-09 20:18:43 +02:00
|
|
|
depends: base-3.0.2.0 containers-0.1.0.2 directory-1.0.0.1
|
|
|
|
process-1.0.0.1 X11-1.4.5 mtl-1.1.0.1 unix-2.3.0.1
|
2007-12-10 18:02:57 +01:00
|
|
|
hugs-options:
|
|
|
|
cc-options:
|
|
|
|
ld-options:
|
|
|
|
framework-dirs:
|
|
|
|
frameworks:
|
2008-03-06 18:48:48 +01:00
|
|
|
haddock-interfaces: @PREFIX@/share/doc/xmonad-@PKGVERSION@/html/xmonad.haddock
|
2009-08-09 20:18:43 +02:00
|
|
|
haddock-html: @PREFIX@/share/doc/xmonad-@PKGVERSION@/html
|
|
|
|
' | @PREFIX@/bin/ghc-pkg update -
|
2007-12-10 18:02:57 +01:00
|
|
|
;;
|
|
|
|
esac
|