system/cdwrite: Updated for version 3.4.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Cezary M. Kruk 2012-02-15 16:58:52 -02:00 committed by Niels Horn
parent fa12a55843
commit 5d12e92f99
4 changed files with 15 additions and 18 deletions

View File

@ -1,10 +1,8 @@
cdwrite is a console shell for reading, writing, and copying audio CDs
as well as for creating and writing ISO images on CD media and data or
ISO images on DVD media. It can also encode WAV files or audio CDs to
FLAC, MP3, or OGG files, using optionally CDDB data and setting ID3
tags.
It requires id3lib and id3v2 packages available in SlackBuilds.org for
mass ID3 tagging as well CDDB_get package available in cpan.org for
communication with CDDB servers.
MP3, OGG, or FLAC files, using optionally CDDB data and setting tags.
The cdwrite shell requires several additional packages for full
functionality. After the installation of the shell follow
README.Slackware document from /usr/doc/cdwrite-* directory.

View File

@ -4,7 +4,7 @@
# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
PRGNAM=cdwrite
VERSION=${VERSION:-3.3}
VERSION=${VERSION:-3.4}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -19,7 +19,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
rm -rf $PRGNAM-$VERSION
tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
@ -59,4 +59,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="cdwrite"
VERSION="3.3"
VERSION="3.4"
HOMEPAGE="http://linux-bsd-unix.strefa.pl"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.3.tar.gz"
MD5SUM="a7f86cc42ae683ad2a732d9f2b4a600c"
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.4.tar.gz"
MD5SUM="a3ed5ccd90fcafc72bc3eee2e296b78e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Cezary M. Kruk"

View File

@ -6,14 +6,14 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
cdwrite: cdwrite (CD/DVD reading and writing and FLAC/MP3/OGG encoding shell)
cdwrite: cdwrite (CD/DVD reading and writing and MP3/OGG/FLAC encoding shell)
cdwrite:
cdwrite: cdwrite is a console shell for reading, writing, and copying audio
cdwrite: CDs as well as for creating and writing ISO images on CD media and
cdwrite: data or ISO images on DVD media. It can also encode WAV files or
cdwrite: audio CDs to FLAC, MP3, or OGG files, using optionally CDDB data and
cdwrite: setting ID3 tags.
cdwrite: audio CDs to MP3, OGG, or FLAC files, using optionally CDDB data and
cdwrite: setting tags.
cdwrite:
cdwrite: It requires id3lib and id3v2 packages available in SlackBuilds.org
cdwrite: for mass ID3 tagging as well as CDDB_get package available in
cdwrite: cpan.org for communication with CDDB servers.
cdwrite: The cdwrite shell requires a lot of the additional packages for full
cdwrite: functionality. After the installation of the shell follow
cdwrite: README.Slackware document from /usr/doc/cdwrite-* directory.