mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/logilab-common: Updated for version 0.39.0
This commit is contained in:
parent
1a24910c71
commit
72ed4163d8
2 changed files with 4 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue