recipes: 00-core.order: Define Lua
[dragora.git] / recipes / 00-core.order
blobd897abea51fe4f0b7a4b5006fec4ab41c3ae9c60
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 libs/musl: kernel/headers
29 devel/bsdcompat-headers:
31 # Native Language Support (NLS)
32 tools/gettext-tiny:
34 # Libraries, linker and compiler related
35 devel/m4:
36 libs/mpc: libs/mpfr libs/gmp
37 libs/gmp:
38 libs/mpfr: libs/gmp
39 libs/isl: libs/gmp
40 devel/flex: devel/bison
41 libs/libz:
42 devel/gc: libs/libatomic_ops
43 devel/gcc: devel/binutils
44 tools/musl_utils:
45 libs/libaio:
46 libs/libsigsegv:
48 # Extended attributes, access control lists support on filesystems
49 tools/acl: tools/attr
51 # Capabilities commands and library (1/2)
52 libs/libcap: tools/attr
54 tools/ed:
55 tools/sed:
56 devel/pkgconf:
57 libs/ncurses: tools/gpm
58 tools/shadow:
59 tools/util-linux_pass1:
60 tools/procps-ng:
61 tools/e2fsprogs:
62 tools/coreutils:
63 tools/diffutils: tools/ed
64 devel/check: tools/gawk
65 data/iana-etc: tools/gawk
66 tools/gawk: libs/readline
67 libs/readline: libs/ncurses
68 devel/libtool:
69 perl/perl5: compressors/bzip2 db/berkeley-db db/gdbm
70 devel/automake: devel/autoconf
71 devel/libelf: libs/libuargp
72 devel/help2man:
73 libs/libgcrypt: libs/libgpg-error
75 # Compression commands and library
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:
86 # Cryptographic libraries
87 libs/nettle:
88 networking/libressl:
90 libs/libarchive: libs/expat libs/nettle
92 devel/texinfo: perl/perl5
93 devel/bc:
94 tools/file:
95 tools/findutils: tools/mlocate
96 tools/grep: libs/pcre
97 libs/popt:
99 # Some text editors
100 tools/moe:
101 tools/nano: dict/aspell
102 tools/vim_tiny:
104 # Manual page tool support
105 tools/man-db: libs/libpipeline db/gdbm tools/less tools/groff
107 # Extra command-line support for other programs
108 libs/libedit: libs/ncurses tools/groff
110 # Shells
111 shells/mksh:
112 shells/bash: libs/readline
114 tools/tar:
115 tools/tarlz: libs/lzlib
116 tools/patch: tools/ed
118 # Package manager(s)
119 tools/qi: tools/graft
120 tools/graft: perl/perl5
122 # FUSE support
123 libs/fuse2:
125 # More programming languages, libraries
126 devel/nasm:
127 devel/tcl: libs/libz
128 lua/lua5: libs/readline
129 db/sqlite: devel/tcl libs/readline libs/libz
130 python/python3: devel/valgrind libs/libz libs/expat libs/libffi libs/readline networking/libressl
131 devel/gdb: libs/libz libs/readline python/python3
132 devel/guile: libs/libffi libs/libunistring
133 devel/make: devel/guile
134 devel/clisp: libs/libffcall libs/libsigsegv
136 # Additional build systems (1/2)
137 devel/re2c:
138 devel/ninja:
139 devel/meson:
141 # Ruby programming language
142 ruby/ruby2: libs/libyaml
144 # Ruby gems
145 ruby/asciidoctor:
147 # Language extras, modules
148 perl/xml-parser:
149 perl/uri:
150 perl/xml-sax: perl/xml-sax_base perl/xml-namespacesupport
151 perl/xml-sax_expat: perl/xml-sax
152 perl/xml-simple: perl/sax_expat
153 perl/sgmlspm:
154 python/six: python/python3
155 python/pymako: python/markupsafe
156 lua/luarocks: lua/lua5
158 # Build tools for internationalization (early)
159 tools/intltool: perl/xml-parser
161 # International Components for Unicode
162 libs/icu: python/python3
164 # XML, XSLT, DocBook, SGML support
165 libs/libxml2: python/python3 libs/readline libs/libz libs/libgcrypt
166 libs/libxslt:
167 docbook/sgml-common:
168 docbook/docbook-xml: ruby/ruby2
169 docbook/docbook-xsl: docbook/docbook-xml
170 docbook/itstool:
171 docbook/xmlto:
172 docbook/opensp: docbook/xmlto docbook/sgml-common
173 docbook/openjade: docbook/opensp docbook/sgml-common
175 # Capabilities commands and library (2/2)
176 libs/libcap-ng: python/python3
178 # Additional debuggers or related tools
179 devel/strace: perl/perl5
181 # Complete 'util-linux' since partial 'util-linux_pass1' ^
182 tools/util-linux: libs/readline python/python3
184 # Glib
185 libs/glib2: python/python3
187 # Libevent (this may be used by some networking related tools)
188 libs/libevent: networking/libressl
190 # D-Bus support
191 libs/dbus_glib: daemons/dbus libs/expat
192 python/dbus_python:
194 # Kernel-related
195 kernel/kmod: libs/libz
196 kernel/firmware: kernel/generic
197 kernel/buildtree-generic: kernel/generic
198 kernel/generic: kernel/kmod kernel/headers
199 boot/eudev: kernel/kmod devel/gperf
201 # Time zone database
202 db/tzdb:
204 # Various ISO standards, database
205 data/iso-codes: tools/gettext-tiny
207 # PCI/USB user-space support
208 tools/pciutils: kernel/kmod libs/hwids
209 tools/usbutils: libs/libusb libs/hwids
211 tools/psmisc: libs/ncurses
212 tools/dialog: tools/groff
213 tools/kbd:
214 tools/mc: libs/glib2
215 tools/which:
216 tools/lm_sensors:
217 tools/hdparm:
218 tools/isapnptools:
219 daemons/acpid:
221 # Extra file systems and disk management
222 tools/lvm2: tools/mdadm
224 # Note: vim_tiny provides xxd(1), which is searched by dosfstools;
225 # finally, dosfstools is compiled as static to be able to remove
226 # vim (if someone does not need it).
227 tools/dosfstools: boot/eudev tools/vim_tiny
229 tools/jfsutils: tools/util-linux
230 tools/xfsprogs: libs/readline tools/util-linux tools/gettext-tiny
232 # System initialization
233 boot/sysvinit: boot/bootscripts
234 daemons/scron: boot/perp
235 daemons/socklog: boot/perp
236 boot/perp:
237 boot/grub: boot/os-prober tools/mdadm tools/lvm2 tools/dosfstools libs/fuse2
239 # RPC support
240 libs/libtirpc:
241 devel/rpcsvc-proto:
243 # Networking support
244 networking/ethtool:
245 networking/ca-certificates:
246 networking/libpcap: networking/libnl3
248 # SSL implementations
249 networking/libressl:
251 # This will be meet with requirements for GNUTLS and other software
252 libs/libtasn1:
253 networking/p11-kit: libs/libffi libs/libtasn1
255 networking/gnutls: devel/guile libs/nettle libs/libunistring networking/p11-kit libs/libtasn1
257 # GnuPG support
258 libs/libgpg-error:
259 libs/libgcrypt:
260 gnupg/libassuan:
261 gnupg/libksba:
263 libs/npth:
264 gnupg/gnupg2:
265 gnupg/gpgme:
267 # Networking utilities, libraries and daemons
268 networking/curl:
269 networking/tcpdump:
271 networking/inetutils: networking/tcp_wrappers libs/ncurses
272 networking/ncftp:
273 networking/net-tools:
275 networking/openssh:
277 networking/libnftnl: networking/libmnl
278 networking/iptables: networking/libnftnl networking/libmnl
279 networking/nftables: networking/libnftnl networking/libmnl
280 networking/iproute2:
282 networking/dhcpcd:
284 networking/irssi: networking/libressl libs/glib2
285 networking/wget: networking/libressl
286 networking/rsync: libs/libz
288 networking/wireless_tools:
289 networking/wpa_supplicant: daemons/dbus
290 networking/connman: daemons/dbus libs/glib2
291 networking/alpine: dict/aspell networking/ca-certificates
292 networking/lynx:
294 # Disk quota support
295 tools/quota: networking/libnl3
297 # Additional build systems (2/2)
298 devel/cmake: libs/libuv
300 # PPP support
301 networking/lpppd: networking/libpcap devel/cmake
302 networking/rp-pppoe: networking/lpppd
304 networking/hldig:
305 networking/weechat:
307 # Sudo implementation
308 tools/sudo:
310 # Extra software
311 tools/htop: networking/libnl3 python/python3
312 tools/tree:
313 tools/tmux: libs/libevent
315 tools/pmount:
316 tools/udevil: libs/glib2 boot/eudev tools/intltool
317 tools/pm-utils:
319 tools/dragora-installer: