wok-next diff pngquant/receipt @ rev 19998

copyq, djview : update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 20:47:25 2017 +0200 (2017-10-20)
parents 028634d82da8
children 0e7893ac206d
line diff
     1.1 --- a/pngquant/receipt	Sat Jun 17 22:59:11 2017 +0300
     1.2 +++ b/pngquant/receipt	Fri Oct 20 20:47:25 2017 +0200
     1.3 @@ -27,11 +27,11 @@
     1.4  	mv $src/ImageOptim-*/* $src/lib/
     1.5  
     1.6  	# make statically linked binary
     1.7 -	LDFLAGS='-static -pthread' \
     1.8  	./configure \
     1.9 -		--prefix=/usr &&
    1.10 -	make && make install &&
    1.11 -	mv -v $install/usr/bin/pngquant $install/usr/bin/pngquant-static &&
    1.12 +		LDFLAGS='-static -pthread' \
    1.13 +		--prefix=/usr \
    1.14 +		--with-openmp=static &&
    1.15 +	make && make BINPREFIX=$install/usr/sbin install &&
    1.16  
    1.17  	# make dynamically linked binary
    1.18  	./configure \
    1.19 @@ -44,13 +44,12 @@
    1.20  {
    1.21  	case $PACKAGE in
    1.22  		pngquant)
    1.23 -			copy pngquant
    1.24 +			copy bin/pngquant
    1.25  			DEPENDS="lcms2 libpng16 zlib"
    1.26  			;;
    1.27  		pngquant-static)
    1.28 -			copy pngquant-static
    1.29 -			ln -s pngquant-static $fs/usr/bin/pngquant
    1.30 -			CAT="graphics|statically linked"
    1.31 +			copy sbin/pngquant
    1.32 +			CAT="graphics|static binary"
    1.33  			PROVIDE="pngquant"
    1.34  			DEPENDS=" "
    1.35  			;;