audio/mktoc: Updated for version 1.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Luis Henrique 2013-03-13 05:05:10 -04:00 committed by dsomero
parent d39ebe30f4
commit f9396db1d4
3 changed files with 14 additions and 16 deletions

View File

@ -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

View File

@ -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"

View File

@ -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