747df8295c
svn path=/nixpkgs/trunk/; revision=3902
8 lines
68 B
Bash
Executable file
8 lines
68 B
Bash
Executable file
set -e
|
|
|
|
. $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir $out
|
|
mv eclipse $out/
|