7 lines
130 B
Bash
7 lines
130 B
Bash
source $stdenv/setup
|
|
|
|
buildFlags="-f unix/Makefile generic"
|
|
|
|
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
|
|
|
|
genericBuild
|