wok-next diff libestr/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents a7b1395df64a
children d5aab818505e
line diff
     1.1 --- a/libestr/receipt	Fri Mar 02 13:45:43 2018 +0200
     1.2 +++ b/libestr/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -14,20 +14,15 @@
     1.4  SPLIT="libestr-dev"
     1.5  
     1.6  compile_rules() {
     1.7 -	./configure $CONFIGURE_ARGS && make && make install
     1.8 +	./configure $CONFIGURE_ARGS &&
     1.9 +	fix libtool &&
    1.10 +	make &&
    1.11 +	make install
    1.12  }
    1.13  
    1.14  genpkg_rules() {
    1.15  	case $PACKAGE in
    1.16 -		libestr)
    1.17 -			mkdir -p $fs/usr/lib
    1.18 -			cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.19 -			;;
    1.20 -		*-dev)
    1.21 -			mkdir -p $fs/usr/lib
    1.22 -			cp -a $install/usr/lib/*.a* $fs/usr/lib
    1.23 -			cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 -			cp -a $install/usr/include $fs/usr
    1.25 -			;;
    1.26 +		libestr) copy @std;;
    1.27 +		*-dev)   copy @dev;;
    1.28  	esac
    1.29  }