diff --git a/libraries/python-cluster/python-cluster.SlackBuild b/libraries/python-cluster/python-cluster.SlackBuild index 81bda6f1e5..24d5032fab 100644 --- a/libraries/python-cluster/python-cluster.SlackBuild +++ b/libraries/python-cluster/python-cluster.SlackBuild @@ -52,8 +52,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -python setup.py bdist -tar zxvf dist/$SRCNAM-$VERSION.linux-i686.tar.gz -C $PKG +python setup.py install --root=$PKG ( cd $PKG find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ @@ -70,4 +69,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/python-cluster/python-cluster.info b/libraries/python-cluster/python-cluster.info index 9db596fac4..c3e511c3f8 100644 --- a/libraries/python-cluster/python-cluster.info +++ b/libraries/python-cluster/python-cluster.info @@ -2,7 +2,9 @@ PRGNAM="python-cluster" VERSION="1.1.1b3" HOMEPAGE="http://python-cluster.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/python-cluster/cluster-1.1.1b3.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="a549edf712328540b08d394c79af2506" +MD5SUM_x86_64="" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" APPROVED="dsomero"