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

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'.