* JDK: put the machine-dependent header files in the right place.

* Added SWT for GTK (built from source).
* Added Azureus (a Bittorrent client written in Java).

svn path=/nixpkgs/trunk/; revision=4438
This commit is contained in:
Eelco Dolstra
2005-12-26 00:51:24 +00:00
parent 322d2f95e8
commit b43c421658
6 changed files with 84 additions and 8 deletions

View File

@@ -46,3 +46,6 @@ for i in $(find $out -name "*.pack"); do
$out/bin/unpack200 "$i" "$(dirname $i)/$(basename $i .pack).jar"
rm "$i"
done
# Put the *_md.h files in the right place.
cd $out/include && ln -s */*_md.h .