mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/scons: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
52af0e533a
commit
8374b0b84b
2 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# Updated by Andrzej Telszewski <atelszewski@gmail.com>
|
||||
|
||||
PRGNAM=scons
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,6 +42,7 @@ find -L . \
|
|||
python ./setup.py install --root=$PKG --symlink-scons
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="scons"
|
||||
VERSION="2.3.0"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="http://www.scons.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scons/scons-2.3.0.tar.gz"
|
||||
MD5SUM="083ce5624d6adcbdaf2526623f456ca9"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/scons/scons-2.3.1.tar.gz"
|
||||
MD5SUM="60a3cfb98b661df9f4406c61b5686bd7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue