# cdrkit/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "cdrkit" is a replacement for a toolset named "cdrtools". Numer- # ous high-level packages rely on tools that originated as part of # "cdrtools". However, some distros (including this one) have switched # from "cdrtools" to "cdrkit". "cdrkit" provides alternate versions of # the programs in question that have fewer license issues than the # "cdrtools" versions. #--------------------------------------------------------------------- # 2. The most important tools in the "cdrtools" toolset are "cdrecord" # and "mkisofs". "mkisofs" creates ISO filesystems. "cdrecord" writes # ISO filesystems to optical disks. It can also be used to list de- # vices located on SCSI and USB buses. #--------------------------------------------------------------------- # 3. Many high-level packages use "cdrecord" and "mkisofs". Addition- # ally, some packages use another "cdrtools" program named "cdda2wav". # "cdda2wav" extracts data from audio CDs and saves it in WAV for- # mat. #--------------------------------------------------------------------- # 4. "cdrkit" calls its "cdrecord" work-alike "wodim". This is an # acronym for "Write Optical Disk IMage". For the sake of backwards # compatibility, this distro adds a command named "cdrecord" that's # simply a symbolic link to "wodim". "man" pages are provided for both # names. #--------------------------------------------------------------------- # 5. "cdrkit" calls its "mkisofs" work-alike "genisoimage". For the # sake of backwards compatibility, this distro adds a command named # "mkisofs" that's simply a symbolic link to "genisoimage". "man" pag- # es are provided for both names. #--------------------------------------------------------------------- # 6. "cdrkit" calls its "cdda2wav" work-alike "icedax". For the sake # of backwards compatibility, this distro adds a command named "cdda2- # wav" that's simply a symbolic link to "icedax". "man" pages are pro- # vided for both names. #--------------------------------------------------------------------- # 7. "cdrkit" is a "fork" of "cdrtools" created by people associated # with Debian. #--------------------------------------------------------------------- # 8. Debian was last checked in early 2007. At the time, Debian patch- # es existed for this package, but they didn't include any non-Debian # changes. #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.60 minutes) - HP EliteBook 8560w 32GB RAM 00.04 hours (or 002.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.06 hours (or 003.42 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.14 hours (or 008.65 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = See "license*.txt" in installed tree licfile = COPYING setpaths = bzip2, file, zlib, libcap tmpsize = 20M #--------------------------------------------------------------------- [depends] bzip2 cmake file libcap zlib #--------------------------------------------------------------------- [build] smpmake make install PREFIX=$PKGDIR_PROD rm -fr doc/.svn doc/*/.svn cp -a doc $PKGDIR_PROD cd $PKGDIR_PROD mv share/man man rmdir share cd man/man1 cp -p genisoimage.1 mkisofs.1 cp -p icedax.1 cdda2wav.1 cp -p wodim.1 cdrecord.1 cd $PKGDIR_PROD/bin ln -s genisoimage mkisofs ln -s icedax cdda2wav ln -s readom readcd ln -s wodim cdrecord ln -s wodim dvdrecord #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/cdrkit url_home = n/a url_lfs = n/a url_tarball = n/a #--------------------------------------------------------------------- [about] "cdrkit" is a suite of programs that can be used to create ISO-9660 filesystem images, burn CDs and DVDs, blank CD-RW media, extract data from audio CDs, and more. The programs included in the "cdrkit" package were originally derived from several sources, most notably "mkisofs" by Eric Youngdale and others, "cdda2wav" by Heiko Eissfeldt, and "cdrecord" by Jorg Schil- ling. However, "cdrkit" isn't affiliated with any of these authors; it's an independent project. "cdrkit" aims to maintain basic user-interface compatibility with the tools that it's derived from. For example, "cdrkit" includes a pro- gram named "wodim" (short for "write optical disk media"). "wodim" is based on "cdrecord", and usage is roughly the same. However, "wodim's" user interface may not be 100% compatible with newer versions of "cdrecord". #--------------------------------------------------------------------- [history] 170922 Updated to current Debian patches