stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / recipes / 00-core.order
blob819b1b7a9f1fb12fc9118679d37a0d46b7491f1d
1 # HOW TO READ THIS FILE:
3 # If 'a' depends on 'b' and 'c', and 'c' depends on 'b' as well,
4 # the file might look like:
6 #   a.recipe: c.recipe b.recipe
7 #   b.recipe:
8 #   c.recipe: b.recipe
10 # Each letter represents a recipe name, complete dependencies for
11 # the first recipe name are listed in descending order, which is
12 # printed from right to left, and removed from left to right:
14 #   b.recipe
15 #   c.recipe
16 #   a.recipe
18 # Commented lines starting with a '#' are allowed.  Blank lines,
19 # colons, parentheses, and end of line are removed.
21 # For more information, type: info qi 'order file'
24 # File system structure and system configuration files
25 data/hierarchyfs: data/etc
27 # Main C library
28 kernel/headers:
29 devel/fortify-headers:
30 libs/musl:
32 # Native Language Support (NLS)
33 libs/gettext:
35 # Libraries, linker and compiler related
36 devel/m4:
37 libs/mpc: libs/mpfr libs/gmp
38 libs/gmp:
39 libs/mpfr: libs/gmp
40 libs/isl: libs/gmp
41 devel/flex: devel/bison
42 libs/zlib:
43 devel/gc: libs/libatomic_ops
44 devel/gcc: devel/binutils
45 libs/musl-compat:
46 libs/libaio:
47 libs/libsigsegv:
49 # Extended attributes, access control lists support on filesystems
50 tools/acl: tools/attr
52 # Capabilities commands and library (1/2)
53 libs/libcap: tools/attr
55 tools/ed:
56 tools/sed:
57 devel/pkgconf:
58 libs/ncurses: tools/gpm
59 tools/shadow:
60 tools/util-linux-pass1:
61 tools/procps-ng:
62 tools/e2fsprogs:
63 tools/coreutils:
64 tools/diffutils: tools/ed
65 devel/check: tools/gawk
66 data/iana-etc: tools/gawk
67 tools/gawk: libs/readline
68 libs/readline: libs/ncurses
69 devel/libtool:
70 perl/perl5: compressors/bzip2 db/berkeley-db db/gdbm
71 devel/automake: devel/autoconf
72 devel/help2man:
73 gnupg/libgcrypt: gnupg/libgpg-error
75 # Compression commands and library (1/2)
76 compressors/bzip2:
77 compressors/gzip:
78 compressors/clzip:
79 compressors/plzip: libs/lzlib
80 compressors/xlunzip:
81 compressors/xz:
82 compressors/unzip:
83 compressors/zutils: compressors/bzip2 compressors/gzip compressors/clzip compressors/xz
84 tools/lziprecover:
85 libs/lzo:
86 compressors/ncompress:
88 # Cryptographic libraries
89 libs/nettle:
90 networking/libressl:
91 libs/libssh2: networking/libressl
93 libs/libarchive: libs/expat libs/nettle
95 devel/texinfo: perl/perl5
96 devel/gperf:
97 devel/bc:
98 tools/file:
99 tools/findutils: tools/mlocate
100 libs/pcre:
101 libs/pcre2:
102 tools/grep:
103 libs/popt:
105 # Some text editors
106 tools/moe:
107 tools/nano: dict/aspell
108 tools/vim-tiny:
110 # Manual page tool support
111 tools/man-db: libs/libpipeline db/gdbm tools/less tools/groff
113 # Extra command-line support for other programs
114 libs/libedit: libs/ncurses tools/groff
116 # Shells
117 shells/mksh:
118 shells/bash: libs/readline
120 tools/tar:
121 tools/tarlz: libs/lzlib
122 tools/patch: tools/ed
124 # Package manager(s)
125 tools/graft: perl/perl5
126 tools/qi: tools/tar tools/tarlz tools/graft perl/perl5
128 # FUSE support
129 libs/fuse2:
131 # More programming languages, libraries/modules
132 devel/nasm:
133 devel/tcl: libs/zlib
134 lua/lua5: libs/readline
135 db/sqlite: devel/tcl libs/readline libs/zlib
136 python/python3: devel/valgrind libs/zlib libs/expat libs/libffi libs/readline networking/libressl
137 python/setuptools:
138 python/six: python/python3
139 python/mako: python/markupsafe
140 libs/libunistring:
141 libs/libidn:
142 libs/libidn2:
143 devel/guile: libs/libffi libs/libunistring
144 devel/gdb: libs/zlib libs/readline python/python3
145 devel/make: devel/guile
146 devel/clisp: libs/libffcall libs/libsigsegv
148 # Additional build systems (1/2)
149 devel/re2c:
150 devel/ninja:
151 devel/meson:
153 # Compression commands and library (2/2)
154 compressors/zstd: devel/meson
156 # Backtrace, some debug support
157 libs/libucontext: devel/gdb
158 libs/libunwind: libs/libucontext
159 libs/libbacktrace: libs/libucontext
161 # Ruby programming language
162 ruby/ruby3: libs/libyaml
164 # Ruby gems
165 ruby/asciidoctor:
166 ruby/pygments:
168 # Language extras, modules
169 perl/xml-parser:
170 perl/uri:
171 perl/xml-sax: perl/xml-sax-base perl/xml-namespacesupport
172 perl/xml-sax-expat: perl/xml-sax
173 perl/xml-simple: perl/xml-sax-expat
174 perl/sgmlspm:
175 lua/luarocks: lua/lua5
177 # Build tools for internationalization (early)
178 tools/intltool: perl/xml-parser
180 # International Components for Unicode
181 libs/icu: python/python3
183 # XML, XSLT, DocBook, SGML support
184 libs/libxml2: compressors/xz python/python3 libs/readline libs/zlib gnupg/libgcrypt
185 libs/libxslt:
186 docbook/sgml-common:
187 docbook/docbook-xml: ruby/ruby3
188 docbook/docbook-xsl: docbook/docbook-xml
189 docbook/itstool:
190 docbook/xmlto:
191 docbook/opensp: docbook/xmlto docbook/sgml-common
192 docbook/openjade: docbook/opensp docbook/sgml-common
194 libs/libpsl: libs/libidn2 libs/icu libs/libxslt
196 # Capabilities commands and library (2/2)
197 libs/libcap-ng: python/python3
199 # Additional debuggers or related tools
200 devel/strace: perl/perl5
202 # Complete 'util-linux' since partial 'util-linux-pass1' ^
203 tools/util-linux: libs/readline python/python3
205 # Glib (1/2)
206 libs/glib2-pass1: python/python3
208 # Libevent (this may be used by some networking related tools)
209 libs/libevent: networking/libressl
211 # D-Bus support
212 libs/dbus-glib: daemons/dbus libs/expat
213 python/dbus-python:
215 # ELF/libelf support
216 devel/elfutils: libs/musl-fts libs/musl-obstack libs/libuargp
218 # Kernel-related
219 kernel/kmod: libs/zlib
220 kernel/generic: kernel/kmod kernel/headers
221 kernel/buildtree-generic:
222 kernel/firmware:
223 boot/eudev: kernel/kmod devel/gperf
225 # Time zone database
226 db/tzdb:
228 # Various ISO standards, database
229 data/iso-codes:
231 # PCI/USB user-space support
232 tools/pciutils: kernel/kmod libs/hwdata
233 tools/usbutils: libs/libusb libs/hwdata
234 libs/libusb-compat: libs/libusb
236 tools/psmisc: libs/ncurses
237 tools/dialog: tools/groff
238 tools/kbd:
239 tools/mc: libs/glib2-pass1
240 tools/which:
241 tools/lm-sensors:
242 tools/hdparm:
243 tools/isapnptools:
244 daemons/acpid:
246 # Software RAIDs
247 tools/mdadm:
249 # Extra filesystems and disk management
250 tools/lvm2: tools/mdadm
252 # Note: vim-tiny provides xxd(1), which is searched by dosfstools;
253 # finally, dosfstools is compiled as static to be able to remove
254 # vim (if someone does not need it).
255 tools/dosfstools: boot/eudev tools/vim-tiny
257 tools/xfsprogs: libs/liburcu libs/inih libs/icu libs/readline tools/util-linux
258 tools/reiser4progs: libs/libaal
259 tools/btrfs-progs: compressors/zstd libs/lzo
260 tools/squashfs-tools: tools/attr compressors/plzip
262 # Extra disk, partitioning-related utilities (1/2)
263 tools/parted: tools/lvm2 tools/util-linux
264 tools/ddrescue:
266 # System initialization and related
267 boot/sysvinit: boot/bootscripts
268 boot/perp:
269 daemons/scron:
270 tools/logrotate: libs/popt
271 daemons/sysklogd:
272 boot/efivar:
273 boot/grub: compressors/xz compressors/zstd boot/os-prober tools/mdadm tools/lvm2 tools/dosfstools libs/fuse2
275 # RPC support
276 libs/libtirpc:
277 devel/rpcsvc-proto:
278 libs/libnsl:
280 # Networking support
281 networking/ethtool: networking/libmnl
282 networking/ca-certificates:
283 networking/libpcap: networking/libnl3
284 networking/iw: networking/libnl3
285 networking/iwd: libs/readline
287 # SSL implementations
288 networking/libressl:
290 # This will be meet with requirements for GNUTLS and other software
291 libs/libtasn1:
292 networking/p11-kit: libs/libffi libs/libtasn1
293 networking/gnutls: devel/guile libs/nettle libs/libunistring networking/p11-kit libs/libtasn1
294 networking/nspr: networking/p11-kit db/sqlite
295 networking/nss: networking/nspr
297 # GnuPG support
298 gnupg/libgpg-error:
299 gnupg/libgcrypt:
300 gnupg/libassuan:
301 gnupg/libksba:
303 libs/npth:
304 gnupg/pinentry: gnupg/libgpg-error gnupg/libassuan
305 gnupg/gnupg2:
306 gnupg/gpgme:
308 # Networking utilities, libraries and daemons
309 networking/curl: libs/libssh2
310 networking/tcpdump:
312 networking/tcp_wrappers: libs/libnsl
313 networking/inetutils: networking/tcp_wrappers libs/ncurses
314 networking/ncftp:
315 networking/net-tools:
317 networking/openssh:
319 networking/libnftnl: networking/libmnl
320 networking/iptables: networking/libnftnl networking/libmnl
321 networking/nftables: networking/libnftnl networking/libmnl
322 networking/iproute2:
324 networking/dhcpcd:
326 networking/irssi: libs/glib2-pass1
327 libs/libmetalink: libs/expat
328 networking/wget: libs/libpsl libs/libmetalink
329 networking/wget2: libs/libpsl libs/libidn2 networking/nghttp2 compressors/xz compressors/bzip2 compressors/zstd libs/lzlib libs/zlib
330 networking/rsync: compressors/zstd libs/zlib
332 networking/wireless_tools:
333 networking/wpa_supplicant: daemons/dbus
334 networking/connman: daemons/dbus libs/glib2-pass1
335 networking/alpine: dict/aspell networking/ca-certificates
336 networking/lynx:
338 # Disk quota support
339 tools/quota: networking/libnl3
341 # Additional build systems (2/2)
342 devel/cmake: libs/libuv
344 # Libraries or programs that depends on cmake
345 libs/json-c: devel/cmake
347 # Glib (2/2).
349 # Replace 'glib2-pass1' in order to get the dbus, cmake support
350 libs/glib2:
352 # Build ccache(1) as soon as possible
353 devel/ccache: devel/cmake devel/ninja compressors/zstd
355 # PPP support
356 networking/lpppd: networking/libpcap devel/cmake
357 networking/rp-pppoe: networking/lpppd
359 networking/hldig:
360 networking/weechat:
362 # Cryptography related
363 tools/cryptsetup: libs/libssh2 libs/json-c tools/lvm2 libs/popt
365 # Extra disk, partitioning-related utilities (2/2)
366 tools/ntfs-3g: networking/gnutls libs/fuse2 tools/util-linux
368 # Sudo implementation
369 tools/sudo:
371 # CD/DVD writing utilities, libraries
372 libs/libburn:
373 libs/libisofs:
374 libs/libisoburn: libs/libisofs libs/libburn
376 # Extra software
377 tools/htop: tools/lm-sensors networking/libnl3 python/python3
378 tools/tree:
379 tools/tmux: libs/libevent
381 tools/pmount:
382 tools/udevil: libs/glib2 boot/eudev tools/intltool
383 tools/pm-utils:
385 tools/dragora-installer: