config_query  XMMS2_SNAPSHOT                                       \
              "Do you want to build a snapshot version?"  n        &&
if [[ $XMMS2_SNAPSHOT == "y" ]]
        then
config_query XMMS2_SNAPSHOT_AUTO                                   \
             "Do you want to autoupdate on system-update/queue" n  &&
config_query_list  XMMS2_TREE                                      \
                   "Which tree do you want to use:"                \
                   stable                                          \
                   devel                                           \
                   anders                                          \
                   juhovh                                          \
                   nano                                            \
                   theefer                                         \
                   tilman                                          \
                   tru                                             \
                   puzzles                                         \
                   rafl                                            \
                   alex                                            \
                   eclipser                                        \
                   greafine                                        \
                   nesciens
fi
