libraries/python-mpd: Updated for version 0.2.1

This commit is contained in:
Andrew Brouwers 2010-05-13 00:33:19 +02:00 committed by David Somero
parent 3a200e7663
commit 20098aa20a
2 changed files with 6 additions and 2 deletions

View file

@ -37,10 +37,12 @@ DOCS="CHANGES.txt LICENSE.txt README.txt doc/commands.txt"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
rm -rf $PKG
@ -63,4 +65,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="python-mpd"
VERSION="0.2.1"
HOMEPAGE="http://pypi.python.org/pypi/python-mpd/"
DOWNLOAD="http://pypi.python.org/packages/source/p/python-mpd/python-mpd-0.2.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="ba3824fcfde95b6191df7171f623d403"
MD5SUM_x86_64=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"
APPROVED="David Somero"
APPROVED="dsomero"