wok-next diff a2ps/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 757d032c55c7
children
line diff
     1.1 --- a/a2ps/receipt	Fri Mar 30 19:31:50 2018 +0300
     1.2 +++ b/a2ps/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -12,13 +12,15 @@
     1.4  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="gperf"
     1.7 +COOKOPTS="skip-log-errors"
     1.8  
     1.9  compile_rules() {
    1.10  	# Be busybox sort compatible
    1.11  	sed -i 's/+0 -1/-k 1,2/' afm/make_fonts_map.sh
    1.12  
    1.13  	./configure $CONFIGURE_ARGS &&
    1.14 -	make 2>&1 | grep -v fonts.map.new &&
    1.15 +	fix libtool &&
    1.16 +	make &&
    1.17  	make install || return 1
    1.18  
    1.19  	sed -i 's/^FileCommand/#FileCommand/' $install/etc/a2ps.cfg