150ea51a9c
svn path=/nixpkgs/branches/stdenv-updates/; revision=10582
8 lines
149 B
Bash
8 lines
149 B
Bash
buildInputs="$unzip $apacheAnt $jdk"
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
cd axis2-*/webapp
|
|
ant
|
|
ensureDir $out/webapps
|
|
cp ../dist/axis2.war $out/webapps
|