13 lines
148 B
Bash
13 lines
148 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
preConfigure() {
|
||
|
rm configure
|
||
|
autoconf
|
||
|
}
|
||
|
|
||
|
preConfigure=preConfigure
|
||
|
|
||
|
installFlags='install-lib install-dev'
|
||
|
|
||
|
genericBuild
|