diff options
author | Menno Duursma <druiloor@zonnet.nl> | 2010-05-11 19:46:21 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:21 +0200 |
commit | 9ce89940d5e264d5186c4967115450a4e6daa662 (patch) | |
tree | 0e43da5dd63b6d39813046d5aacfdb2b645e7c50 | |
parent | 9cbb7271b0be15874e518fec05729d299a71b4c7 (diff) | |
download | slackbuilds-9ce89940d5e264d5186c4967115450a4e6daa662.tar.gz |
system/cdcopy: Updated for version 0.0.7
-rw-r--r-- | system/cdcopy/cdcopy.SlackBuild | 11 | ||||
-rw-r--r-- | system/cdcopy/slack-desc | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/system/cdcopy/cdcopy.SlackBuild b/system/cdcopy/cdcopy.SlackBuild index 24e7f96434..e6c68bb7aa 100644 --- a/system/cdcopy/cdcopy.SlackBuild +++ b/system/cdcopy/cdcopy.SlackBuild @@ -15,7 +15,7 @@ TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp +OUTPUT=${OUTPUT:-/tmp} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -33,23 +33,18 @@ install -D -m 0755 cdcopy $PKG/usr/bin/cdcopy # Note: some versions of 'cdrecord' support ATAPI: or ATA: directives too install -D -m 0644 cdcopy.conf $PKG/etc/cdcopy.conf.new -# Compress and install the manpage mkdir -p $PKG/usr/man/man1 -gzip -9 cdcopy.1 > $PKG/usr/man/man1/cdcopy.1.gz +gzip -9 cdcopy.1 +install -D -m 0644 cdcopy.1.gz $PKG/usr/man/man1/cdcopy.1.gz -# Copy program documentation into the package mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a [A-Z]* debian/copyright $PKG/usr/doc/$PRGNAM-$VERSION - -# Also, include the SlackBuild script in the documentation directory cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -# Copy the slack-desc (and a custom doinst.sh if necessary) into ./install mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh -# Make the package; be sure to leave it in $OUTPUT cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/cdcopy/slack-desc b/system/cdcopy/slack-desc index fb4b153cf2..02bc36c3e3 100644 --- a/system/cdcopy/slack-desc +++ b/system/cdcopy/slack-desc @@ -1,3 +1,11 @@ +# 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 |