nixpkgs/pkgs/development/libraries/openal/builder.sh
Eelco Dolstra 8544fe567a * Added the OpenAL sound library.
* Enabled (optional) 3D support in SDL.

svn path=/nixpkgs/trunk/; revision=4594
2006-01-26 14:01:08 +00:00

8 lines
97 B
Bash

source $stdenv/setup
preConfigure=preConfigure
preConfigure() {
./autogen.sh
}
genericBuild