Files
RedBear-OS/recipes/libs/ncurses/source/package/debian-mingw/control
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

23 lines
695 B
Plaintext

Source: ncurses6td
Section: libdevel
Priority: optional
Maintainer: Thomas E. Dickey <dickey@invisible-island.net>
Homepage: https://invisible-island.net/ncurses/
Build-Depends: debhelper (>= 7),
gcc-mingw-w64-i686,
g++-mingw-w64-i686,
binutils-mingw-w64-i686
Standards-Version: 4.6.1.0
Package: mingw32-ncurses6td
Architecture: any
Conflicts: mingw32-ncurses6
Provides: mingw32-ncurses6
Replaces: mingw32-ncurses6
Depends: ${misc:Depends}
Description: shared libraries for terminal handling
The ncurses library routines are a terminal-independent method of
updating character screens with reasonable optimization.
.
This package is used for testing ABI 6 with the MinGW 32-bit port.