f861c8b66c
svn path=/nixpkgs/trunk/; revision=7503
12 lines
184 B
Bash
12 lines
184 B
Bash
source $stdenv/setup
|
|
|
|
buildFlags="-f Makefile.bmp"
|
|
|
|
installPhase=installPhase
|
|
installPhase() {
|
|
ensureDir "$out/lib/bmp/Input"
|
|
cp libwma.so "$out/lib/bmp/Input"
|
|
}
|
|
|
|
genericBuild
|