diff options
-rw-r--r-- | libraries/fpconst/fpconst.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/fpconst/fpconst.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libraries/fpconst/fpconst.SlackBuild b/libraries/fpconst/fpconst.SlackBuild index b9be16a67a..d0ff2a480f 100644 --- a/libraries/fpconst/fpconst.SlackBuild +++ b/libraries/fpconst/fpconst.SlackBuild @@ -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} diff --git a/libraries/fpconst/fpconst.info b/libraries/fpconst/fpconst.info index 0f303f8ad4..9998a83054 100644 --- a/libraries/fpconst/fpconst.info +++ b/libraries/fpconst/fpconst.info @@ -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" |