4b640be166
svn path=/nixpkgs/trunk/; revision=3652
13 lines
137 B
Bash
Executable file
13 lines
137 B
Bash
Executable file
. $stdenv/setup
|
|
|
|
export DESTDIR=$out
|
|
|
|
configurePhase() {
|
|
./configure
|
|
prefix=$out
|
|
}
|
|
|
|
configurePhase=configurePhase
|
|
|
|
genericBuild
|