libraries/mmpython: Updated for version 0.4.10

This commit is contained in:
Larry Hajali 2010-05-13 00:32:25 +02:00 committed by Michiel van Wessem
parent 4f87bc2d80
commit 4181cee892
3 changed files with 13 additions and 4 deletions

View file

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

View file

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

View file

@ -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/
mmpython: Homepage: http://mmpython.sourceforge.net/
mmpython:
mmpython:
mmpython: