let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / sablevm-classpath / Config.in
1 config BR2_COMPILE_SABLEVM_CLASSPATH
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
5
6 config BR2_PACKAGE_LIBSABLEVM_CLASSPATH
7 prompt "libsablevm-classpath.............. Essential native libraries for Java"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_SABLEVM_CLASSPATH
11 help
12 GNU Classpath, Essential Libraries for Java, is a GNU project to create
13 free core class libraries for use with virtual machines and compilers for
14 the java programming language.
15
16 This is a modified version for use with SableVM.
17
18 http://www.gnu.org/software/classpath/
19
20 This package contains the native shared libraries, needed by other packages.
21
22 choice
23 prompt "sablevm-classpath............... Essential classes for Java"
24 tristate
25 depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
26 optional
27
28 config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
29 prompt "sablevm-classpath-full........ Full set"
30 tristate
31 help
32 GNU Classpath, Essential Libraries for Java, is a GNU project to create
33 free core class libraries for use with virtual machines and compilers for
34 the java programming language.
35
36 This is a modified version for use with SableVM.
37
38 http://www.gnu.org/software/classpath/
39
40 This package contains the full set of Java compiled classes.
41 It will unlikely fit on your router as-is.
42
43 config BR2_PACKAGE_SABLEVM_CLASSPATH_MINI
44 prompt "sablevm-classpath-mini........ Minimal set"
45 tristate
46 help
47
48 GNU Classpath, Essential Libraries for Java, is a GNU project to create
49 free core class libraries for use with virtual machines and compilers for
50 the java programming language.
51
52 This is a modified version for use with SableVM.
53
54 http://www.gnu.org/software/classpath/
55
56 This package contains only a minimal set of Java compiled classes, just
57 enough to run the famous "Hello World !" test program.
58
59 endchoice