wok-next diff libstroke/receipt @ rev 20738
Up scons (3.0.1); add scons2 (2.5.1)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 29 21:13:51 2018 +0300 (2018-05-29) |
parents | 0a667524ce79 |
children | d5aab818505e |
line diff
1.1 --- a/libstroke/receipt Mon Oct 16 22:34:14 2017 +0300 1.2 +++ b/libstroke/receipt Tue May 29 21:13:51 2018 +0300 1.3 @@ -14,12 +14,13 @@ 1.4 BUILD_DEPENDS="patch gfortran xorg-libXt-dev" 1.5 SPLIT="libstroke-dev" 1.6 1.7 -# Rules to configure and make the package. 1.8 compile_rules() { 1.9 - ./configure $CONFIGURE_ARGS && make && make install 1.10 + ./configure $CONFIGURE_ARGS && 1.11 + fix libtool && 1.12 + make && 1.13 + make install 1.14 } 1.15 1.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() { 1.18 case $PACKAGE in 1.19 libstroke)