a7703662a4
svn path=/nixpkgs/branches/stdenv-updates/; revision=10145
12 lines
133 B
Bash
12 lines
133 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoconf
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
installFlags='install-lib install-dev'
|
|
|
|
genericBuild
|