summary refs log tree commit diff
path: root/pkgs/applications/video/MPlayer/win32codecs/builder.sh
blob: 4d9ce0b07894618542c051e19aa8412700db3ccc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
. $stdenv/setup

buildPhase=true

installPhase() {
    mkdir $out
    cp -prv * $out
}
installPhase=installPhase

genericBuild