wok-current diff azpainter/receipt @ rev 20046
Add Turbine v1.0 by The SliTaz DevTeam.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Thu Aug 31 05:31:36 2017 -0300 (2017-08-31) |
parents | d271048cbf11 |
children | fbce83ba8ba6 |
line diff
1.1 --- a/azpainter/receipt Sun May 07 20:44:37 2017 +0200 1.2 +++ b/azpainter/receipt Thu Aug 31 05:31:36 2017 -0300 1.3 @@ -18,9 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --mandir=/usr/share/man \ 1.9 - $CONFIGURE_ARGS && 1.10 + ./configure --prefix=/usr $CONFIGURE_ARGS && 1.11 make && 1.12 make DESTDIR=$DESTDIR install-strip 1.13 }