libraries/PythonDaap: Updated for version 0.7.1

This commit is contained in:
Larry Hajali 2010-05-13 00:28:39 +02:00 committed by David Somero
parent 3b9343c496
commit 5ff6ae914a
2 changed files with 6 additions and 1 deletions

View File

@ -15,10 +15,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
set -e
@ -53,4 +56,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="PythonDaap"
VERSION="0.7.1"
HOMEPAGE="http://jerakeen.org/code/pythondaap/"
DOWNLOAD="http://static.jerakeen.org/files/PythonDaap-0.7.1.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="b3db3d60b0ee83f5f23101d2c3bb99e0"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"