added cdk to deps and building fileapprove
This commit is contained in:
33
deps/cdk-5.0-20161210/package/debian-mingw/control
vendored
Normal file
33
deps/cdk-5.0-20161210/package/debian-mingw/control
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
Source: cdk
|
||||
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Standards-Version: 3.8.4
|
||||
Build-Depends: debhelper (>= 5), mingw32-ncurses6 (>= 5.9), groff-base
|
||||
Homepage: http://invisible-island.net/cdk/
|
||||
|
||||
Package: mingw32-libcdk5
|
||||
Architecture: any
|
||||
Depends: mingw32-ncurses6 (>= 5.9)
|
||||
Description: Cdk - Curses Development Kit
|
||||
Cdk stands for "Curses Development Kit". It contains a large number of ready
|
||||
to use widgets which facilitate the speedy development of full-screen curses
|
||||
programs.
|
||||
.
|
||||
This package contains the runtime library.
|
||||
.
|
||||
This package is used for testing the MinGW 32-bit port.
|
||||
|
||||
Package: mingw32-libcdk5-dev
|
||||
Architecture: any
|
||||
Depends: mingw32-ncurses6 (>= 5.9), mingw32-libcdk5
|
||||
Suggests: libcdk-doc
|
||||
Description: Cdk - Curses Development Kit
|
||||
Cdk stands for "Curses Development Kit". It contains a large number of ready
|
||||
to use widgets which facilitate the speedy development of full-screen curses
|
||||
programs.
|
||||
.
|
||||
This package contains the header-files and development libraries for
|
||||
libcdk5.
|
||||
.
|
||||
This package is used for testing the MinGW 32-bit port.
|
Reference in New Issue
Block a user