academic/sympy: Updated for version 0.6.4

This commit is contained in:
grissiom 2010-05-13 00:20:26 +02:00 committed by David Somero
parent 5492cae35b
commit b386375d6e
2 changed files with 3 additions and 1 deletions

View file

@ -49,4 +49,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="sympy"
VERSION="0.6.4"
HOMEPAGE="http://code.google.com/p/sympy/"
DOWNLOAD="http://sympy.googlecode.com/files/sympy-0.6.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="5b1c4f76d5b7e1477c852a0ec2201092"
MD5SUM_x86_64=""
MAINTAINER="grissiom"
EMAIL="chaos.proton@gmail.com"
APPROVED="dsomero"