diff options
author | Serban Udrea <s.udrea@gsi.de> | 2014-11-06 22:39:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-08 06:30:13 +0700 |
commit | 9a734e78ad2215e3a05f386c23c48c9eceb5f1cf (patch) | |
tree | 32698458d8a640d6dbf337cca3ba2f29718b86fe /development/pylint/pylint.SlackBuild | |
parent | 87c1187496a57fa76767ac843dc3abd1108a5123 (diff) | |
download | slackbuilds-9a734e78ad2215e3a05f386c23c48c9eceb5f1cf.tar.gz |
development/pylint: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pylint/pylint.SlackBuild')
-rw-r--r-- | development/pylint/pylint.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/pylint/pylint.SlackBuild b/development/pylint/pylint.SlackBuild index 594281f47d..e6de592f1d 100644 --- a/development/pylint/pylint.SlackBuild +++ b/development/pylint/pylint.SlackBuild @@ -3,9 +3,10 @@ # Slackware build script for pylint # Written by Grissiom chaos.proton@gmail.com +# Updated up to v. 1.3.1 by Serban Udrea (S.Udrea@gsi.de) PRGNAM=pylint -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -28,7 +29,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -43,7 +44,7 @@ mkdir -p ${PKG}/usr/doc/$PRGNAM-$VERSION rm -rf ${PKG}/usr/share cp -a \ - PKG-INFO README ChangeLog COPYING DEPENDS \ + PKG-INFO README README.Python3 ChangeLog COPYING DEPENDS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |