2006-03-26 05:21:32 +02:00
|
|
|
source $stdenv/setup
|
|
|
|
|
2008-04-23 09:34:20 +02:00
|
|
|
tar zxvf $src
|
|
|
|
cd polyglot-*
|
2006-03-26 05:21:32 +02:00
|
|
|
|
2008-04-23 09:34:20 +02:00
|
|
|
ant polyglot-jar
|
|
|
|
ant cup
|
2006-03-26 05:21:32 +02:00
|
|
|
|
2012-01-18 21:16:00 +01:00
|
|
|
mkdir -p $out/jars/
|
2008-04-23 09:34:20 +02:00
|
|
|
mv lib/java_cup.jar $out/jars/
|
|
|
|
mv lib/polyglot*.jar $out/jars/
|