summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Cezary M. Kruk2012-02-15 19:58:52 +0100
committer Niels Horn2012-02-15 19:58:52 +0100
commit5d12e92f99e992e37f68ea7bb28c85d4ac3e6455 (patch)
tree69698e4dd27b208b82e77cbc26c784d3f03029d9 /system
parentfa12a558437260c61a7ffa694fc717e108bdc530 (diff)
downloadslackbuilds-5d12e92f99e992e37f68ea7bb28c85d4ac3e6455.tar.gz
system/cdwrite: Updated for version 3.4.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/cdwrite/README10
-rw-r--r--system/cdwrite/cdwrite.SlackBuild5
-rw-r--r--system/cdwrite/cdwrite.info6
-rw-r--r--system/cdwrite/slack-desc12
4 files changed, 15 insertions, 18 deletions
diff --git a/system/cdwrite/README b/system/cdwrite/README
index 72e11071a4..7263f3196d 100644
--- a/system/cdwrite/README
+++ b/system/cdwrite/README
@@ -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.
diff --git a/system/cdwrite/cdwrite.SlackBuild b/system/cdwrite/cdwrite.SlackBuild
index 114eeddabb..0f6cec5ff3 100644
--- a/system/cdwrite/cdwrite.SlackBuild
+++ b/system/cdwrite/cdwrite.SlackBuild
@@ -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}
-
diff --git a/system/cdwrite/cdwrite.info b/system/cdwrite/cdwrite.info
index 58e1738d2c..6f7dd7905a 100644
--- a/system/cdwrite/cdwrite.info
+++ b/system/cdwrite/cdwrite.info
@@ -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"
diff --git a/system/cdwrite/slack-desc b/system/cdwrite/slack-desc
index 5eeb358ed1..9aa9460d5d 100644
--- a/system/cdwrite/slack-desc
+++ b/system/cdwrite/slack-desc
@@ -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.