summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/cdcopy/README1
-rw-r--r--system/cdcopy/cdcopy.SlackBuild53
-rw-r--r--system/cdcopy/cdcopy.info10
-rw-r--r--system/cdcopy/doinst.sh14
-rw-r--r--system/cdcopy/slack-desc19
5 files changed, 0 insertions, 97 deletions
diff --git a/system/cdcopy/README b/system/cdcopy/README
deleted file mode 100644
index 507def04a0..0000000000
--- a/system/cdcopy/README
+++ /dev/null
@@ -1 +0,0 @@
-cdcopy is a shell / dialog program to easily copy CDs from the console.
diff --git a/system/cdcopy/cdcopy.SlackBuild b/system/cdcopy/cdcopy.SlackBuild
deleted file mode 100644
index 324589cc28..0000000000
--- a/system/cdcopy/cdcopy.SlackBuild
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for CD-copying shell (cdcopy)
-
-# Written by Menno Duursma <druiloor@zonnet.nl>
-# Modified by the SlackBuilds.org project
-
-# This program is free software. It comes without any warranty.
-# Granted WTFPL, Version 2, as published by Sam Hocevar. See
-# http://sam.zoy.org/wtfpl/COPYING for more details.
-
-PRGNAM=cdcopy
-VERSION=${VERSION:-0.0.7}
-ARCH=noarch
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e # Exit on most errors
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz
-cd $PRGNAM
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-install -D -m 0755 cdcopy $PKG/usr/bin/cdcopy
-install -D -m 0644 cdcopy.1 $PKG/usr/man/man1/cdcopy.1
-gzip -9 $PKG/usr/man/man1/cdcopy.1
-
-# Add the sample configuration file
-# Note: some versions of 'cdrecord' support ATAPI: or ATA: directives too
-install -D -m 0644 cdcopy.conf $PKG/etc/cdcopy.conf.new
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- Changelog.txt README.txt README TODO debian/README.Debian debian/copyright \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-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/cdcopy/cdcopy.info b/system/cdcopy/cdcopy.info
deleted file mode 100644
index ee4815d250..0000000000
--- a/system/cdcopy/cdcopy.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="cdcopy"
-VERSION="0.0.7"
-HOMEPAGE="http://www.biurrun.de/debian/cdcopy"
-DOWNLOAD="http://www.biurrun.de/debian/cdcopy_0.0.7.tar.gz"
-MD5SUM="a2e621dd8d4b1c0e2d9136c45b94d35a"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Menno Duursma"
-EMAIL="druiloor@zonnet.nl"
-APPROVED="rworkman"
diff --git a/system/cdcopy/doinst.sh b/system/cdcopy/doinst.sh
deleted file mode 100644
index 1394e73287..0000000000
--- a/system/cdcopy/doinst.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-config etc/cdcopy.conf.new
-
diff --git a/system/cdcopy/slack-desc b/system/cdcopy/slack-desc
deleted file mode 100644
index 02bc36c3e3..0000000000
--- a/system/cdcopy/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------------------------------------------------------|
-cdcopy: cdcopy (console-based cd copying)
-cdcopy:
-cdcopy: A dialog / shellscript program to easily copy CDs from the console
-cdcopy:
-cdcopy: Written by H.P. de Vries
-cdcopy: This version was enhanced by Diego Biurrun
-cdcopy:
-cdcopy:
-cdcopy:
-cdcopy:
-cdcopy: