wok diff yad/receipt @ rev 10132

Up: phpldapadmin to 1.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:23:48 2011 +0000 (2011-05-20)
parents 9dcc2780c7a0
children d0f5eaf517e1
line diff
     1.1 --- a/yad/receipt	Sun Apr 03 08:01:47 2011 +0000
     1.2 +++ b/yad/receipt	Fri May 20 17:23:48 2011 +0000
     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