about summary refs log tree commit diff
path: root/pkgs/applications/misc/cdrtools/builder.sh
blob: 0e2afe0829984ff1abfefdee4116dbf0e64346fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
source $stdenv/setup

prefix=$out

configurePhase() {
 echo ;
}

configurePhase=configurePhase

genericBuild