wok-6.x diff yad/receipt @ rev 9787
efreet: fix BUILD_DEPEND and DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 12 15:43:28 2011 +0200 (2011-05-12) |
parents | c965be0dacea |
children | 51d0db4b9cc0 |
line diff
1.1 --- a/yad/receipt Fri Mar 18 13:07:33 2011 +0100 1.2 +++ b/yad/receipt Thu May 12 15:43:28 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yad" 1.7 -VERSION="0.9.1" 1.8 +VERSION="0.10.0" 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 @@ -14,6 +14,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