Add libxmu-dev to build-depends.
[wmaker-crm.git] / debian / control
blob96226b1b6a46d88be5a45adf56d964080736c346
1 Source: wmaker
2 Section: x11
3 Priority: optional
4 Maintainer: John H. Robinson, IV <jaqque@debian.org>
5 Standards-Version: 3.8.0.1
6 Build-Depends: debhelper (>= 4), automake1.4, gettext, dctrl-tools,
7  libfontconfig1-dev, libjpeg-dev, libpng12-dev, libsm-dev, libtiff4-dev,
8  libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
9  libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev
11 Package: wmaker
12 Architecture: any
13 Section: x11
14 Priority: optional
15 Depends: ${shlibs:Depends}, cpp
16 Provides: x-window-manager
17 Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
18 Description: NeXTSTEP-like window manager for X
19  Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
20  very closely, and it is now an official GNU project. Window Maker is not
21  overloaded with features, and it is easier to configure than most other window
22  managers. Its final goal is to produce a window manager that doesn't require
23  editing of configuration files. Window Maker is fast and doesn't require tons
24  of memory to run.
25  .
26   Homepage: http://www.windowmaker.info/
28 Package: libwraster3-dev
29 Architecture: any
30 Section: libdevel
31 Priority: optional
32 Depends: libwraster3 (= ${Source-Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev
33 Provides: libwraster-dev
34 Description: Static libraries and headers of Window Maker rasterizer
35  Contains libwraster and header files, for manipulating and
36  rasterizing images.
38 Package: libwraster3
39 Architecture: any
40 Section: libs
41 Priority: optional
42 Depends: ${shlibs:Depends}
43 Description: Shared libraries of Window Maker rasterizer
44  Contains libwraster, for manipulating and rasterizing images.
46 Package: libwings-dev
47 Architecture: any
48 Section: libdevel
49 Priority: optional
50 Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev, libfontconfig1-dev
51 Description: Window Maker's own widget set
52  WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
53  look and feel. Its API is inspired in OpenSTEP and its
54  implementation borrows some ideas from Tk. It has a reasonable set of
55  widgets, sufficient for building small applications like a CDPlayer
56  or hacking something like rxvt. It is used for basic widgets in
57  the WindowMaker window manager.