9849c4fd13
svn path=/nixpkgs/trunk/; revision=9963
12 lines
133 B
Bash
12 lines
133 B
Bash
source $stdenv/setup
|
|
|
|
preConfigure() {
|
|
autoconf
|
|
}
|
|
|
|
preConfigure=preConfigure
|
|
|
|
installFlags='install-lib install-dev'
|
|
|
|
genericBuild
|