diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2014-09-25 17:06:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-25 17:06:48 +0700 |
commit | e188c623a9f5fa43cdafdcadb227fe0f4c9bac30 (patch) | |
tree | 29834f1f4cb0b4d38767c3ce7b41413c3c10e98e /audio/python-audiotools/python-audiotools.SlackBuild | |
parent | 4034ec33c20a0fbde25ad91e935a96546d4a4760 (diff) | |
download | slackbuilds-e188c623a9f5fa43cdafdcadb227fe0f4c9bac30.tar.gz |
audio/python-audiotools: Updated for version 2.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/python-audiotools/python-audiotools.SlackBuild')
-rw-r--r-- | audio/python-audiotools/python-audiotools.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/python-audiotools/python-audiotools.SlackBuild b/audio/python-audiotools/python-audiotools.SlackBuild index 705cfeb17d..8f3c02cc1b 100644 --- a/audio/python-audiotools/python-audiotools.SlackBuild +++ b/audio/python-audiotools/python-audiotools.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for Python Audio Tools # Home Page: http://audiotools.sourceforge.net/ -# Copyright (c) 2010-2013, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2010-2014, Nishant Limbachia, Hoffman Estates, IL, USA # <nishant _AT_ mnspace _DOT_ net> # All rights reserved. @@ -26,7 +26,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="python-audiotools" -VERSION=${VERSION:-2.20} +VERSION=${VERSION:-2.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,6 @@ python setup.py install --root=$PKG mkdir -p $PKG/usr/man/man{1,5} ( cd docs; make install MAN_PATH=$PKG/usr/man ) -mv $PKG/etc/audiotools.cfg $PKG/etc/audiotools.cfg.new find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION @@ -88,7 +87,6 @@ cp -a COPYING INSTALL TODO $PKG/usr/doc/$PRGNAM-$VERSION 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} |