depends  coreutils &&
depends  libxcrypt &&
depends  smgl-fhs  &&
depends  libbsd    &&

optional_depends  GETTEXT \
                  "--enable-nls" \
                  "--disable-nls" \
                  "for Native Language Support" &&

optional_depends  linux-pam              \
                  '--with-libpam'        \
                  '--without-libpam'     \
                  'for PAM integration'  &&

optional_depends  libselinux             \
                  '--with-selinux'       \
                  '--without-selinux'    \
                  'for selinux support'  &&

optional_depends  attr \
                  '--with-attr=yes' \
                  '--with-attr=no' \
                  'support extended attributes' &&

optional_depends  acl \
                  '--with-acl' \
                  '--without-acl' \
                  'for filesystem access control list support' &&

optional_depends  audit \
                  '--with-audit' \
                  '--without-audit' \
                  'support the audit system' &&

optional_depends  btrfs-progs \
                  '--with-btrfs' \
                  '--without-btrfs' \
                  'BtrFS support'
