libraries/logilab-common: Updated for version 0.39.0

This commit is contained in:
grissiom 2010-05-13 00:32:18 +02:00 committed by David Somero
parent 1a24910c71
commit 72ed4163d8
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,7 @@
PRGNAM=logilab-common
VERSION=${VERSION:-0.39.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}

View file

@ -2,7 +2,9 @@ PRGNAM="logilab-common"
VERSION="0.39.0"
HOMEPAGE="http://www.logilab.org/project/logilab-common"
DOWNLOAD="http://ftp.logilab.org/pub/common/logilab-common-0.39.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="9b49a710eb08225919aceedb84f1f28c"
MD5SUM_x86_64=""
MAINTAINER="grissiom"
EMAIL="chaos.proton@gmail.com"
APPROVED="dsomero"