wok-next diff tiff/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 b1a1deb20f42
line diff
     1.1 --- a/tiff/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/tiff/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.3 @@ -14,18 +14,16 @@
     1.4  BUILD_DEPENDS="libjpeg-turbo-dev zlib-dev"
     1.5  SPLIT="tiff-apps tiff-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  		--disable-static \
    1.13  		$CONFIGURE_ARGS &&
    1.14 -	make && make install
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17 +	make install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25  		tiff)
    1.26  			copy *.so*