wok-6.x diff yad/receipt @ rev 10761
nanochess: mkdir $src
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 31 12:10:09 2011 +0200 (2011-05-31) |
parents | 9dcc2780c7a0 |
children | d0f5eaf517e1 |
line diff
1.1 --- a/yad/receipt Sun Apr 03 08:01:47 2011 +0000 1.2 +++ b/yad/receipt Tue May 31 12:10:09 2011 +0200 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="yad" 1.7 -VERSION="0.10.0" 1.8 +VERSION="0.10.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 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.13 WEB_SITE="http://code.google.com/p/yad/" 1.14 WGET_URL="http://yad.googlecode.com/files/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+" 1.17 BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - [ -f install-sh ] && chmod +x install-sh 1.24 ./configure \ 1.25 --enable-icon-browser && 1.26 make && make install