summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/cdrkit/README23
-rw-r--r--system/cdrkit/cdrkit.SlackBuild83
-rw-r--r--system/cdrkit/cdrkit.info8
-rw-r--r--system/cdrkit/slack-desc19
4 files changed, 0 insertions, 133 deletions
diff --git a/system/cdrkit/README b/system/cdrkit/README
deleted file mode 100644
index 47d5b51a81..0000000000
--- a/system/cdrkit/README
+++ /dev/null
@@ -1,23 +0,0 @@
-This is a fork of the last free GPL version of cdrtools.
- icedax -- CD audio sampling utility (formerly cdda2wav).
- wodim -- burn discs in most ATAPI and SCSI CD-R drives (formerly cdrecord).
- genisoimage -- create ISO9660/HFS/Joliet CD-ROM images (formerly mkisofs).
-
-CDRKit was forked from CDRTools because of an alleged license
-incompatibility that would make it impossible to distribute
-(combining GPL and CDDL code in the same binary).
-See http://debburn.alioth.debian.org/FORK for more details,
-but note that the issue is not settled - there are arguments
-that the interaction between the CDDL-licensed portion (the build
-tools) and the GPL-licensed portion (the actual code) is such
-that there is no license incompatibility. We at SlackBuilds.org
-are not taking a stance on that - we simply provide the build script
-if you wish to use it.
-
-This package will conflict with cdrtools - in other words, you need
-to remove cdrtools before installing cdrkit.
-
-This package will require zisofs-tools, which is available here.
-
-This script will create symlinks for mkisofs and cdda2wav for backwards
-compatability with cdrtools and previous versions of cdrkit.
diff --git a/system/cdrkit/cdrkit.SlackBuild b/system/cdrkit/cdrkit.SlackBuild
deleted file mode 100644
index 4b88dfe546..0000000000
--- a/system/cdrkit/cdrkit.SlackBuild
+++ /dev/null
@@ -1,83 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for cdrkit
-
-# Written by <youngmug@animeneko.net>
-# Modified by the SlackBuilds.org project
-
-PRGNAM=cdrkit
-VERSION=1.1.2
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "s390" ]; then
- SLKCFLAGS="-O2"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION
-tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
-
-cd $TMP/$PRGNAM-$VERSION || exit 1
-chown -R root:root .
-chmod -R a-s,u+rw,go-w+r .
-
-# Make Makefile prefix
-cmake -DCMAKE_INSTALL_PREFIX=/usr || exit 1
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-make || exit 1
-make install DESTDIR=$PKG || exit 1
-
-( cd $PKG/usr/bin
- #Add cdrecord symlink to wodim (compatibility)
- ln -s wodim cdrecord
- #The author of cdda2wav requested their program be renamed, so...
- #Add cdda2wav symlink to icedax (compatibility)
- ln -s icedax cdda2wav
- #More renaming (due to legal concerns)
- #Add mkisofs symlink to genisoimage (compatibility)
- ln -s genisoimage mkisofs
-)
-
-# Remove the $PKG/usr/share directory - it's empty
-rmdir $PKG/usr/share
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- ABOUT COPYING Changelog FAQ FORK INSTALL START TODO VERSION doc/* \
- $PKG/usr/doc/$PRGNAM-$VERSION
-
-# Move manpages from /usr/share/man to /usr/man
-mv $PKG/usr/share/man $PKG/usr/man
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/cdrkit/cdrkit.info b/system/cdrkit/cdrkit.info
deleted file mode 100644
index 5b526492e5..0000000000
--- a/system/cdrkit/cdrkit.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="cdrkit"
-VERSION="1.1.2"
-HOMEPAGE="http://www.cdrkit.org/"
-DOWNLOAD="http://cdrkit.org/releases/cdrkit-1.1.2.tar.gz"
-MD5SUM="fa9754ce04c610262472d0de270f6804"
-MAINTAINER="Michael Johnson"
-EMAIL="youngmug@animeneko.net"
-APPROVED="Alan_Hicks,rworkman"
diff --git a/system/cdrkit/slack-desc b/system/cdrkit/slack-desc
deleted file mode 100644
index 4917f486b1..0000000000
--- a/system/cdrkit/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-cdrkit: cdrkit (Tools for mastering and writing compact discs)
-cdrkit:
-cdrkit: This is a fork of the last free GPL version of cdrtools.
-cdrkit:
-cdrkit: icedax: CD audio sampling utility (formerly cdda2wav).
-cdrkit: wodim: burn discs in most ATAPI and SCSI CD-R drives
-cdrkit: (formerly cdrecord).
-cdrkit: genisoimage: create ISO9660/HFS/Joliet CD-ROM images
-cdrkit: (formerly mkisofs).
-cdrkit:
-cdrkit: