wok-next diff yad/receipt @ rev 11255

Add from wok-undigest: libruby-extras
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 16:56:08 2011 +0100 (2011-11-07)
parents d0f5eaf517e1
children e08480b3d98b
line diff
     1.1 --- a/yad/receipt	Mon Jun 06 20:10:50 2011 +0200
     1.2 +++ b/yad/receipt	Mon Nov 07 16:56:08 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     1.7 -VERSION="0.12.0"
     1.8 +VERSION="0.14.2"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Display graphical dialogs from shell scripts or command line"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -16,6 +16,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 +	[ -f install-sh ] && chmod +x install-sh
    1.17  	./configure \
    1.18  		--enable-icon-browser &&
    1.19  	make && make install