summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Luis Henrique2013-03-13 10:05:10 +0100
committer dsomero2013-03-22 12:16:45 +0100
commitf9396db1d4d9e8bda0dc59d69c5974d337fa094c (patch)
tree7bd6c3b9eb5ba9f016559361692efa8c53ea39ac /audio
parentd39ebe30f4faf36b700ac4d2b5d209a40f762a03 (diff)
downloadslackbuilds-f9396db1d4d9e8bda0dc59d69c5974d337fa094c.tar.gz
audio/mktoc: Updated for version 1.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/mktoc/mktoc.SlackBuild8
-rw-r--r--audio/mktoc/mktoc.info10
-rw-r--r--audio/mktoc/slack-desc12
3 files changed, 14 insertions, 16 deletions
diff --git a/audio/mktoc/mktoc.SlackBuild b/audio/mktoc/mktoc.SlackBuild
index a6f880056c..e998078f98 100644
--- a/audio/mktoc/mktoc.SlackBuild
+++ b/audio/mktoc/mktoc.SlackBuild
@@ -5,16 +5,14 @@
# Written by Luis Henrique <lmello.009@gmail.com>
PRGNAM=mktoc
-VERSION=${VERSION:-1.1.3}
+VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
-# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -38,7 +36,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -60,7 +58,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- CHANGELOG COPYING.txt INSTALL PKG-INFO README \
+ CHANGELOG.rst LICENSE INSTALL.rst PKG-INFO README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/audio/mktoc/mktoc.info b/audio/mktoc/mktoc.info
index ca66542972..c5ab0b1117 100644
--- a/audio/mktoc/mktoc.info
+++ b/audio/mktoc/mktoc.info
@@ -1,10 +1,10 @@
PRGNAM="mktoc"
-VERSION="1.1.3"
-HOMEPAGE="http://code.google.com/p/mktoc"
-DOWNLOAD="http://mktoc.googlecode.com/files/mktoc-1.1.3.tar.gz"
-MD5SUM="cd0e965f7179b61fbf862c7bad6d94ff"
+VERSION="1.3"
+HOMEPAGE="http://pythonhosted.org/mktoc/"
+DOWNLOAD="https://github.com/cmcginty/mktoc/raw/master/dist/mktoc-1.3.tar.gz"
+MD5SUM="2eabcdc8c9433d1a398e113b8a8299b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="distribute python2-chardet"
MAINTAINER="Luis Henrique"
EMAIL="lmello.009@gmail.com"
diff --git a/audio/mktoc/slack-desc b/audio/mktoc/slack-desc
index a1d970e53c..5ad9c0f74f 100644
--- a/audio/mktoc/slack-desc
+++ b/audio/mktoc/slack-desc
@@ -1,14 +1,14 @@
# 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 ':'.
+# 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
mktoc: mktoc (Simple tool to create TOC files)
mktoc:
-mktoc: mktoc simplifies the steps needed to create audio CD TOC files for
+mktoc: mktoc simplifies the steps needed to create audio CD TOC files for
mktoc: the cdrdao CD burning program.
mktoc:
mktoc: Homepage: http://code.google.com/p/mktoc