install in /usr instead of /usr/local/,
[openwrt/svn-archive/archive.git] / openwrt / package / sablevm / Config.in
1 config BR2_PACKAGE_SABLEVM
2 prompt "sablevm........................... A Java Virtual Machine (JVM) implementation"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBFFI_SABLE
6 select BR2_PACKAGE_LIBLTDL
7 select BR2_PACKAGE_LIBPOPT
8 select BR2_PACKAGE_ZLIB
9 help
10 SableVM is a robust, extremely portable, efficient, and specifications-
11 -compliant Java virtual machine that aims to be easy to maintain and to
12 extend. It features a state-of-the-art and efficient interpreter engine.
13 Its source code is very accessible and easy to understand. It also has
14 many robustness features that have been the object of careful design.
15
16 http://sablevm.org/
17