* SWIG updated to 1.3.22.

* Build Java/SWIG bindings in addition to the Java HL bindings in
  Subversion.  Hm, I thought I had committed this.

svn path=/nixpkgs/trunk/; revision=1570
This commit is contained in:
Eelco Dolstra
2004-10-18 08:56:09 +00:00
parent 4fbb44e598
commit af78f4c44b
4 changed files with 35 additions and 17 deletions

View File

@@ -6,12 +6,12 @@ assert pythonSupport -> python != null;
assert javaSupport -> j2sdk != null;
stdenv.mkDerivation {
name = "swig-1.3.19";
name = "swig-1.3.22";
builder = ./builder.sh;
src = fetchurl {
url = http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.19.tar.gz;
md5 = "a733455544426b31868dd87fc162e750";
url = http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.22.tar.gz;
md5 = "501121a2ddb61155348dfbc7c87286ba";
};
inherit perlSupport pythonSupport javaSupport;