libraries/fpconst: Updated for version 0.7.3

This commit is contained in:
Larry Hajali 2010-05-13 00:29:27 +02:00 committed by David Somero
parent e881a5fe5d
commit 9fba6c890f
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
PRGNAM=fpconst
VERSION=${VERSION:-0.7.3}
ARCH=${ARCH:-noarch}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,4 +47,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="fpconst"
VERSION="0.7.3"
HOMEPAGE="http://pypi.python.org/pypi/fpconst/"
DOWNLOAD="http://downloads.sourceforge.net/rsoap/fpconst-0.7.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="13884b81da3335b2ec4b6ea1dc26b6fa"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"