wok-next diff libpng16/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 5841522533ec
children 2c6b8593f387
line diff
     1.1 --- a/libpng16/receipt	Mon Apr 16 11:36:31 2018 +0300
     1.2 +++ b/libpng16/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libpng16"
     1.7 -VERSION="1.6.28"
     1.8 +VERSION="1.6.34"
     1.9  CATEGORY="libs"
    1.10  SHORT_DESC="PNG images library 1.6 series with APNG support"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="zlib/libpng"
    1.13  WEB_SITE="http://www.libpng.org/pub/png/libpng.html"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libpng.html"
    1.15  
    1.16  TARBALL="libpng-$VERSION.tar.xz"
    1.17  WGET_URL="$SF_MIRROR/libpng/$TARBALL"
    1.18  
    1.19 -#BUILD_DEPENDS="gawk zlib-dev"
    1.20  BUILD_DEPENDS="zlib-dev"
    1.21  SPLIT="libpng16-dev"
    1.22  
    1.23  compile_rules() {
    1.24  	LIBS=-lpthread \
    1.25 -	./configure $CONFIGURE_ARGS &&
    1.26 +	./configure \
    1.27 +		--disable-static \
    1.28 +		$CONFIGURE_ARGS &&
    1.29  	fix libtool &&
    1.30  	make &&
    1.31  	make install || return 1
    1.32 @@ -38,7 +40,7 @@
    1.33  			;;
    1.34  		libpng16-dev)
    1.35  			copy @dev
    1.36 -			DEPENDS="zlib-dev"
    1.37 +			DEPENDS="libpng16 zlib-dev"
    1.38  			;;
    1.39  	esac
    1.40  }