wok-next diff libwebp/receipt @ rev 20604
More fix libtool.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 19 13:15:41 2018 +0300 (2018-04-19) |
parents | c4e53a39395a |
children | cac2c0130f0d |
line diff
1.1 --- a/libwebp/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/libwebp/receipt Thu Apr 19 13:15:41 2018 +0300 1.3 @@ -14,9 +14,7 @@ 1.4 BUILD_DEPENDS="libpng16-dev libjpeg-turbo-dev tiff-dev giflib-dev" 1.5 SPLIT="libwebp-apps libwebp-dev" 1.6 1.7 -# Rules to configure and make the package. 1.8 -compile_rules() 1.9 -{ 1.10 +compile_rules() { 1.11 ./configure \ 1.12 --enable-libwebpmux \ 1.13 --enable-libwebpdemux \ 1.14 @@ -25,12 +23,12 @@ 1.15 --enable-swap-16bit-csp \ 1.16 --disable-static \ 1.17 $CONFIGURE_ARGS && 1.18 - make && make install 1.19 + fix libtool && 1.20 + make && 1.21 + make install 1.22 } 1.23 1.24 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 -genpkg_rules() 1.26 -{ 1.27 +genpkg_rules() { 1.28 case $PACKAGE in 1.29 libwebp) 1.30 copy *.so*