summaryrefslogtreecommitdiffstats
path: root/smgl/basesystem/DEPENDS
blob: c1989509840e8af4d6103f71262856ac2823c9de (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
depends  bash               &&
depends  binutils           &&
depends  bzip2              &&
depends  coreutils          &&
depends  cpio               &&
depends  dialog             &&
depends  diffutils          &&
depends  file               &&
depends  findutils          &&
depends  AWK               &&
depends  gcc                &&
depends  glibc              &&
depends  gnupg              &&
depends  grep               &&
depends  gzip               &&
depends  iana-etc           &&
depends  ifupdown           &&
depends  INITSCRIPTS        &&
depends  installwatch       &&
depends  locale             &&
depends  make               &&
. $GRIMOIRE/FUNCTIONS       &&
local KVER=$(get_kernel_version) &&
if [[ ${KVER:0:3} < 2.6 ]]; then
  depends  modutils
else
  depends  module-init-tools
fi &&
depends  net-tools          &&
depends  ncurses            &&
depends  PAGER              &&
depends  patch              &&
depends  procps             &&
depends  readline           &&
depends  sed                &&
depends  shadow             &&
depends  smgl-archspecs     &&
depends  smgl-fhs           &&
depends  tar                &&
depends  TEXT-EDITOR        &&
depends  util-linux         &&
depends  wget               &&
depends  xz-utils           &&
depends  zlib               &&

suggest_depends castfs                         \
                  ""                           \
                  ""                           \
                  "(recommended) for staging support in Sorcery"  &&

optional_depends texinfo                       \
                  ""                           \
                  ""                           \
                  "to generate documentation"  &&

optional_depends  e2fsprogs             \
                  ""                    \
                  ""                    \
                  "for Ext2fs support"  &&

optional_depends  SORCERY-SOUNDS                               \
                  ""                                           \
                  ""                                           \
                  "to have sorcery signal events with sounds"  &&

optional_depends  openssh                                         \
                  ""                                              \
                  ""                                              \
                  "to use cabal multi-box system administration"  &&

optional_depends  mutt                \
                  ""                  \
                  ""                  \
                  "to send messages"  &&

optional_depends  ccache                                   \
                  ""                                       \
                  ""                                       \
                  "to accelerate compilation of upgrades"  &&

optional_depends  BOOTLOADER                  \
                  ""                          \
                  ""                          \
                  "for a system boot loader"  &&

optional_depends  nfs-utils                      \
                  ""                             \
                  ""                             \
                  "for the network file system"  &&

optional_depends  sorcery-pubkeys                                  \
                  ""                                               \
                  ""                                               \
                  "for GPG verification of Sorcery and grimoires"  &&

suggest_depends  lsb-release                                       \
                 ""                                                \
                 ""                                                \
                 "for Linux Standard Base release discovery tool"