fix copy'n paste error
[buildroot.git] / package / haserl / Config.in
bloba0bcc4db7df68ba898c7c97b616a4a5dff07d08e
1 config BR2_PACKAGE_HASERL
2         bool "haserl"
3         default n
4         help
5           Haserl is a small cgi wrapper that enables shell scripts to be
6           embedded into html documents. It is intended for environments
7           where something like PHP is too big.
9           http://haserl.sourceforge.net/
11 choice
12         prompt "Haserl version"
13         default BR2_PACKAGE_HASERL_VERSION_0_9_21
14         depends on BR2_PACKAGE_HASERL
15         help
16           Select the older stable version, or the newer developer version
18 config BR2_PACKAGE_HASERL_VERSION_0_8_0
19         bool    "v 0.8.0"
20         help
21           stable version
23 config BR2_PACKAGE_HASERL_VERSION_0_9_21
24         bool    "v 0.9.21"
25         help
26           developer version - seems OK though
28 endchoice
31 config BR2_PACKAGE_HASERL_VERSION
32         string
33         default "0.8.0"         if BR2_PACKAGE_HASERL_VERSION_0_8_0
34         default "0.9.21"        if BR2_PACKAGE_HASERL_VERSION_0_9_21