9849c4fd13
svn path=/nixpkgs/trunk/; revision=9963
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
|