wok rev 11124

Up: yad to 0.14.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:14:39 2011 +0000 (2011-10-26)
parents 93efe993d312
children 237964c4aab0
files yad/receipt
line diff
     1.1 --- a/yad/receipt	Wed Oct 26 20:10:43 2011 +0000
     1.2 +++ b/yad/receipt	Wed Oct 26 20:14:39 2011 +0000
     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