From 4181cee8923d7860fb1259f93f8edd7f63d1ab10 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Thu, 13 May 2010 00:32:25 +0200 Subject: [PATCH] libraries/mmpython: Updated for version 0.4.10 --- libraries/mmpython/mmpython.SlackBuild | 8 +++++--- libraries/mmpython/mmpython.info | 2 ++ libraries/mmpython/slack-desc | 7 ++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/libraries/mmpython/mmpython.SlackBuild b/libraries/mmpython/mmpython.SlackBuild index 393c90a6f5..c0af3e4e16 100644 --- a/libraries/mmpython/mmpython.SlackBuild +++ b/libraries/mmpython/mmpython.SlackBuild @@ -38,8 +38,10 @@ python setup.py build python setup.py install --prefix="$PKG/usr" ( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION @@ -50,4 +52,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/mmpython/mmpython.info b/libraries/mmpython/mmpython.info index dc62bac37b..477afc7fa0 100644 --- a/libraries/mmpython/mmpython.info +++ b/libraries/mmpython/mmpython.info @@ -2,7 +2,9 @@ PRGNAM="mmpython" VERSION="0.4.10" HOMEPAGE="http://mmpython.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/mmpython/mmpython-0.4.10.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="3a1f2e754308ac8cacd266c1350dcf34" +MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" APPROVED="michiel" diff --git a/libraries/mmpython/slack-desc b/libraries/mmpython/slack-desc index 1b47c6af94..e66ffd4062 100644 --- a/libraries/mmpython/slack-desc +++ b/libraries/mmpython/slack-desc @@ -13,4 +13,9 @@ mmpython: metadata from mp3, ogg, avi, jpg, tiff and other file formats. Among mmpython: others it thereby parses ID3v2, ID3v1, EXIF, IPTC and Vorbis data mmpython: into an object oriented struture. mmpython: -mmpython: Homepage: http://mmpython.sourceforge.net/ \ No newline at end of file +mmpython: Homepage: http://mmpython.sourceforge.net/ +mmpython: +mmpython: +mmpython: + +