mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/mmpython: Updated for version 0.4.10
This commit is contained in:
parent
4f87bc2d80
commit
4181cee892
3 changed files with 13 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -14,3 +14,8 @@ 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:
|
||||
mmpython:
|
||||
mmpython:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue