updated early stage3 packages + fixed creation of binaries
[hdw-linux/hdw-linux.git] / packages / hackbard / cdrtools / cdrtools
1 # hdw - linux cdrtools package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 2.01
6 # [S] 3-1
7 # [D] cdrtools-2.01.tar.bz2 ftp://ftp.berlios.de/pub/cdrecord/
8
9 make_conf="$make_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
10 install_conf="$install_conf INS_BASE=$prefix DEFINSUSR=root DEFINSGRP=root"
11
12 build_main()    {
13         make $make_conf
14         make $install_conf install
15                 }