nixpkgs/pkgs/j2re/j2re-sun-linux.fix
Martin Bravenboer 101716ac56 * fix expression and build script for sun j2re for linux.
Build script should be improved to handle to installation 
    stuff Sun is doing in their script.

svn path=/nixpkgs/trunk/; revision=260
2003-08-06 14:20:26 +00:00

12 lines
349 B
Plaintext

Package(
[ ("name", "j2re-sun-linux-1.4.2")
, ("build", Relative("j2re/j2re-sun-linux-build.sh"))
, ("binzip", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://java.sun.com/webapps/download/AutoDL?BundleId=8573")
, ("md5", "2f0ab3bdc03ea51a2da6d0b33e4360f4")
]))
, ("glibc", IncludeFix("glibc/glibc.fix"))
]
)