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                                          \
                   eleusis                                         \
                   jlt                                             \
                   juhovh                                          \
                   nano                                            \
                   theefer                                         \
                   tilman                                          \
                   tru                                             \
                   coledot                                         \
                   danderson                                       \
                   puzzles                                         \
                   rafl                                            &&
config_query_string XMMS2_TREE_REV                                 \
                    "Enter the revision you want to checkout       \
(git hash) or HEAD(default) if you want the latest." "HEAD"
fi
