wok-6.x diff libxfcegui4/receipt @ rev 2475

links, lighttpd-modules, libx*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:13:13 2009 +0000 (2009-03-15)
parents 8186ed70b4e8
children 2e55de4816a6
line diff
     1.1 --- a/libxfcegui4/receipt	Fri Jan 23 23:12:13 2009 +0100
     1.2 +++ b/libxfcegui4/receipt	Sun Mar 15 20:13:13 2009 +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"
     1.8 +DEPENDS="gtk+ libxfce4util startup-notification"
     1.9  BUILD_DEPENDS="gtk+-dev libxfce4util-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.xfce.org"
    1.12 @@ -17,8 +17,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