wok-next diff scons/receipt @ rev 21087
Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 28 05:11:49 2018 +0200 (2018-12-28) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/scons/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/scons/receipt Fri Dec 28 05:11:49 2018 +0200 1.3 @@ -3,8 +3,8 @@ 1.4 PACKAGE="scons" 1.5 VERSION="3.0.1" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="SCons is an Open Source software construction tool" 1.8 -MAINTAINER="chadi.elahmad@gmail.com" 1.9 +SHORT_DESC="Open Source software construction tool" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 LICENSE="MIT" 1.12 WEB_SITE="https://scons.org/" 1.13 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/scons.html" 1.14 @@ -15,10 +15,9 @@ 1.15 BUILD_DEPENDS="python-dev" 1.16 1.17 compile_rules() { 1.18 - python setup.py install \ 1.19 + python -B setup.py install \ 1.20 --prefix=/usr \ 1.21 --standard-lib \ 1.22 - --optimize=1 \ 1.23 --install-data=/usr/share \ 1.24 --root=$install || return 1 1.25