diff options
author | grissiom <chaos.proton@gmail.com> | 2010-05-13 00:32:17 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:32:17 +0200 |
commit | 1a24910c7137407bba17eb7c15d4eee02f4dec16 (patch) | |
tree | 70660ccc6fff434f341b7f38fc78a6ab5a447a74 /libraries | |
parent | cffe63bbfaa20ad7d19fe35d1747db20bd3d53eb (diff) | |
download | slackbuilds-1a24910c7137407bba17eb7c15d4eee02f4dec16.tar.gz |
libraries/logilab-astng: Updated for version 0.19.0
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/logilab-astng/logilab-astng.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/logilab-astng/logilab-astng.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libraries/logilab-astng/logilab-astng.SlackBuild b/libraries/logilab-astng/logilab-astng.SlackBuild index 56ebcffaef..2127ae6301 100644 --- a/libraries/logilab-astng/logilab-astng.SlackBuild +++ b/libraries/logilab-astng/logilab-astng.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=logilab-astng VERSION=${VERSION:-0.19.0} -ARCH=${ARCH:-noarch} +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,4 +42,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/logilab-astng/logilab-astng.info b/libraries/logilab-astng/logilab-astng.info index fcf113c1f1..d1f390e76b 100644 --- a/libraries/logilab-astng/logilab-astng.info +++ b/libraries/logilab-astng/logilab-astng.info @@ -2,7 +2,9 @@ PRGNAM="logilab-astng" VERSION="0.19.0" HOMEPAGE="http://www.logilab.org/project/logilab-astng" DOWNLOAD="http://ftp.logilab.org/pub/astng/logilab-astng-0.19.0.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="9478141bd45c1a1e72621797c94f18d3" +MD5SUM_x86_64="" MAINTAINER="grissiom" EMAIL="chaos.proton@gmail.com" APPROVED="dsomero" |