9 stdenv.mkDerivation rec {
10 pname = "sun-java-wtk";
14 url = "http://java.sun.com/products/sjwtoolkit/download.html";
15 name = "sun_java_wireless_toolkit-${version}-linuxi486.bin.sh";
16 sha256 = "1cjb9c27847wv0hq3j645ckn4di4vsfvp29fr4zmdqsnvk4ahvj1";
19 builder = ./builder.sh;
21 nativeBuildInputs = [ unzip ];
33 homepage = "http://java.sun.com/products/sjwtoolkit/download.html";
34 description = "Sun Java Wireless Toolkit 2.5.2_01 for CLDC";
35 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
36 license = lib.licenses.unfree;
37 platforms = [ "i686-linux" ];