default_install &&

install_config_file flowd.conf "$INSTALL_ROOT/etc/flowd.conf" &&

install -d -o flowd -g flowd -vm 755 "$INSTALL_ROOT/var/run/flowd" &&

if is_depends_enabled $SPELL perl; then
  cd Flowd-perl &&
  default_install &&
  cd ..
fi &&

if is_depends_enabled $SPELL python; then
  default_install_python
fi
