           SPELL=bchunk
         VERSION=1.2.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://hes.iki.fi/bchunk/$SOURCE
        WEB_SITE=http://hes.iki.fi/bchunk/
     SOURCE_HASH=sha512:0e1f9daa2dfeff58e2c65ac2767bff804811fa22f70a220747aa873cb01b77b4c6a809736483aa22fb3f2d2a88885469d10fb45af4626069e992a0763a5fcc2d
         ENTERED=20020603
      LICENSE[0]=GPL
        KEYWORDS="iso disk"
           SHORT="Convert .bin/.cue cd image to iso files"
cat << EOF
binchunker converts a CD image in a ".bin / .cue" format
(sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The bin/cue format
is used by some non-Unix cd-writing software, but is not supported on most
other cd-writing programs.

The .iso track contains an ISO file system, which can be mounted through a loop
device on Linux systems, or written on a CD-R using cdrecord. The .cdr tracks
are in the native CD audio format. They can be either written on a CD-R using
cdrecord -audio, or converted to WAV (or any other sound format for that
matter)
using sox.
EOF
