orbea 56658ce8cc multiple: Use the commit date instead of the author date. vor 5 Jahren
..
README a21181a4a3 multimedia/burncd: Fix ARCH vor 6 Jahren
burncd.SlackBuild 56658ce8cc multiple: Use the commit date instead of the author date. vor 5 Jahren
burncd.info 9faa47dd85 multiple: Update e-mail. vor 5 Jahren
slack-desc b8a48b5818 multimedia/burncd: Added (Evil POSIX CD burning sh script) vor 6 Jahren

README

burncd is a POSIX CD burning sh script that relies on cdrecord and
supports flac, mp3, wav and Sun/NeXT audio files. It aims to be
portable, fast and minimal.

burncd should work with any bash compatible shell including ash, dash
ksh, mksh, pdksh, yash and zsh.

burncd requires to be run as root, to work around this cdrecord's
permissions can be changed.

# chown root:somegroup /usr/bin/cdrecord
# chmod 4710 /usr/bin/cdrecord

Then make sure your user belongs to 'somegroup'.