From f9396db1d4d9e8bda0dc59d69c5974d337fa094c Mon Sep 17 00:00:00 2001 From: Luis Henrique Date: Wed, 13 Mar 2013 05:05:10 -0400 Subject: audio/mktoc: Updated for version 1.3. Signed-off-by: dsomero --- audio/mktoc/mktoc.SlackBuild | 8 +++----- audio/mktoc/mktoc.info | 10 +++++----- audio/mktoc/slack-desc | 12 ++++++------ 3 files changed, 14 insertions(+), 16 deletions(-) (limited to 'audio/mktoc') 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 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 -- cgit v1.2.3