nixpkgs/pkgs/applications/video/gnash/builder.sh
Ludovic Courtès 7c7639a888 GNU Gnash 0.8.2, Agg 2.5.
svn path=/nixpkgs/trunk/; revision=11030
2008-03-10 09:48:17 +00:00

6 lines
190 B
Bash

source "$stdenv/setup" || exit 1
configureFlags="--with-sdl-mixer-incl=$SDL_mixer/include/SDL --with-sdl-incl=$SDL/include/SDL --with-plugindir=$out/plugins --enable-gui=gtk"
genericBuild