wok diff w3m/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 17e313b5b9c1
children 86c657b651d4
line diff
     1.1 --- a/w3m/receipt	Tue Feb 17 09:42:47 2015 +0100
     1.2 +++ b/w3m/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -11,8 +11,8 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL"
     1.5  TAGS="web-browser"
     1.6  
     1.7 -DEPENDS="gc libcrypto libssl ncurses"
     1.8 -BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev"
     1.9 +DEPENDS="gc libcrypto libssl ncurses imlib2"
    1.10 +BUILD_DEPENDS="gc gc-dev libcrypto-dev openssl-dev imlib2-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -26,7 +26,8 @@
    1.15  		       patch -p0 < $i && touch done.$(basename $i) || return 1
    1.16  	        fi
    1.17  	done
    1.18 -       ./configure $CONFIGURE_ARGS && make && make install
    1.19 +       ./configure --enable-image=x11,fb --with-imagelib=imlib2 $CONFIGURE_ARGS
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.