wok-next diff frei0r-plugins/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 c3a368c0cddb
children a3c581bf52b8
line diff
     1.1 --- a/frei0r-plugins/receipt	Fri Mar 02 03:33:54 2018 +0200
     1.2 +++ b/frei0r-plugins/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -15,7 +15,10 @@
     1.4  SPLIT="frei0r-plugins-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() {