13 lines
137 B
Bash
13 lines
137 B
Bash
|
. $stdenv/setup
|
||
|
|
||
|
export DESTDIR=$out
|
||
|
|
||
|
configurePhase() {
|
||
|
./configure
|
||
|
prefix=$out
|
||
|
}
|
||
|
|
||
|
configurePhase=configurePhase
|
||
|
|
||
|
genericBuild
|