wok diff libxfcegui4/receipt @ rev 5115

Added yad
author Alexander Medvedev <devl547@gmail.com>
date Fri Mar 19 15:49:11 2010 +0000 (2010-03-19)
parents f165fed5166c
children bebe722e42d2
line diff
     1.1 --- a/libxfcegui4/receipt	Thu Sep 24 10:48:19 2009 +0200
     1.2 +++ b/libxfcegui4/receipt	Fri Mar 19 15:49:11 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xfce Gtk Widget library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gtk+ libxfce4util xfconf"
     1.8 +DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade"
     1.9  BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev libglade-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12 @@ -18,8 +18,8 @@
    1.13  	cd $src
    1.14  	./configure --prefix=/usr \
    1.15  		--infodir=/usr/share/info \
    1.16 -		--mandir=/usr/share/man $CONFIGURE_ARGS 
    1.17 -	make 
    1.18 +		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22