summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-tools/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-tools/CONFIGURE')
-rwxr-xr-xaudio-drivers/alsa-tools/CONFIGURE9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio-drivers/alsa-tools/CONFIGURE b/audio-drivers/alsa-tools/CONFIGURE
new file mode 100755
index 0000000000..c981cea334
--- /dev/null
+++ b/audio-drivers/alsa-tools/CONFIGURE
@@ -0,0 +1,9 @@
+persistent_add ALSATOOLS &&
+
+TOOLSLIST=`cat $SCRIPT_DIRECTORY/sound.tools` &&
+
+ALSATOOLS=`dialog --backtitle "ALSA Tools Configuration Menu" \
+ --stdout \
+ --checklist "Select an ALSA tool:" \
+ 0 0 0 \
+ $TOOLSLIST`