nixpkgs/pkgs/stdenv/mingw/pkgs/src-builder.sh
Martin Bravenboer 44f6c2ef74 Build the mingw w32api from source for the mingw stdenv
svn path=/nixpkgs/trunk/; revision=6137
2006-08-16 19:13:43 +00:00

8 lines
89 B
Bash

source $STDENV/setup
tar zxvf $SRC
cd $NAME
./configure --prefix=$OUT
make
make install