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

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