wok-6.x diff firefox/receipt @ rev 2505

lxnetdaemon: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 12:22:25 2009 +0000 (2009-03-16)
parents 245d1bc622b8
children bcdadd8bfbfa
line diff
     1.1 --- a/firefox/receipt	Tue Nov 18 20:25:37 2008 +0000
     1.2 +++ b/firefox/receipt	Mon Mar 16 12:22:25 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="User friendly, secure and fast web browser."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ sqlite"
     1.8 +DEPENDS="gtk+ sqlite dbus dbus-glib"
     1.9  BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev dbus-glib-dev"
    1.10  TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.11  WEB_SITE="http://www.mozilla.org/"
    1.12 @@ -25,8 +25,8 @@
    1.13  	mv mozilla $PACKAGE-$VERSION
    1.14  	cp -a stuff/firefox.mozconfig $src/.mozconfig
    1.15  	cd $src
    1.16 -	./configure $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	./configure $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22