272e44da1c
IDEA support (requires a license). svn path=/nixpkgs/trunk/; revision=4399
11 lines
158 B
Bash
11 lines
158 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure=preConfigure
|
|
preConfigure() {
|
|
if test -n "$idea"; then
|
|
gunzip < $idea > ./cipher/idea.c
|
|
fi
|
|
}
|
|
|
|
genericBuild
|