1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: kconfig-frontends
Section: devel
Priority: optional
Maintainer: Philippe Thierry <philou@debian.org>
Build-Depends:
debhelper (>= 10),
flex,
bison,
gperf,
libncurses5-dev,
libgtk-3-dev,
libglade2-dev,
qtbase5-dev,
pkg-config
Standards-Version: 4.2.1
X-Python3-Version: >= 3.5
Homepage: http://ymorin.is-a-geek.org/projects/kconfig-frontends
Vcs-Git: https://salsa.debian.org/philou/kconfig-frontends.git
Vcs-Browser: https://salsa.debian.org/philou/kconfig-frontends
Package: kconfig-frontends
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
python3,
libncurses5-dev,
Recommends:
libgtk-3-dev,
libglade2-dev,
qtbase5-dev,
Description: Standalone implementation of the Linux Kconfig parser and frontend
Kconfig-frontends provides the kconfig parser, as well as all the frontends
(dialog, ncurses, Qt and Gtk based) to configure and generate config files
and config headers for various projects.
|