It turns out that *all* of the includes installed by cdrtools are
generic smake includes, and will clash with other software installed by
the same author if not removed. Additionally, some (but not all) of its
libs appear to be generic smake libs and are also installed by star.
Updated cdrtools to depend upon, and use, smake instead of GNU make.
This allows the cdrtools binaries (mkisofs, etc) to compile and be
installed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Cdrtools is a set of command line programs that allows to record CD/DVD/BluRay media.
The suite includes the following programs:
cdrecord A CD/DVD/BD recording program
readcd A program to read CD/DVD/BD media with CD-clone features
cdda2wav The most evolved CD-audio extraction program with paranoia support
mkisofs A program to create hybrid ISO9660/JOLIET/HFS filesystes with optional Rock Ridge attributes
isodebug A program to print mkisofs debug information from media
isodump A program to dump ISO-9660 media
isoinfo A program to analyse/verify ISO/9660/Joliet/Rock-Ridge Filesystems
isovfy A program to verify the ISO-9660 structures
rscsi A Remote SCSI enabling daemon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>